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 directory
I think you'll need to show us the contents of your hook script. You seem to be passing svnlook the wrong argument (i.e. not the path to the repository, which is what it's expecting).