Re: calling a custoom perl script from pre-commit hook

2010-09-29 Thread David Weintraub
On Tue, Sep 28, 2010 at 8:38 PM, Charan wrote: > Hi Guys, > I have prepared my own custom perl script to check for logs and spaces in > file names but when I call the perl script from pre-commit hook, I'm seeing > the below error. Any suggestions from you? > svnlook: Can't open file 'format': No s

Re: calling a custoom perl script from pre-commit hook

2010-09-29 Thread Ryan Schmidt
On Sep 28, 2010, at 19:38, Charan wrote: > I have prepared my own custom perl script to check for logs and spaces in > file names but when I call the perl script from pre-commit hook, I'm seeing > the below error. Any suggestions from you? > > svnlook: Can't open file 'format': No such file or

calling a custoom perl script from pre-commit hook

2010-09-28 Thread Charan
Hi Guys, I have prepared my own custom perl script to check for logs and spaces in file names but when I call the perl script from pre-commit hook, I'm seeing the below error. Any suggestions from you? *svnlook: Can't open file 'format': No such file or directory* Thanks, Charan