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

syncing two directories with SVN repository.

2010-09-23 Thread Charan
Hi, I have two requirements but I'm not sure whether SVN is capable of doing it 1. syncing two directories Suppose I have two directories like * http://192.168.15.2/svn/develop/data/docs/* and * http://192.168.15.2/svn/deploy/data/docs/. *Developers always update 1st url and svn should be able to

changing the root repository name without losing revision history

2010-07-13 Thread Charan
Hi Guys, Is it possible to change the repository name without losing the history. Currently all my code is under the repository http://local.svn.com/svn/repoe5r/. I want the name *repoe5r* to be changed to *SVNROOT*. Can I do that? Thanks

Re: SVN 1.4.6 support exit codes

2010-03-19 Thread Charan
Hi all, Can anyone help me on this? Thanks, On Wed, Mar 17, 2010 at 10:34 PM, Charan wrote: > Hi, > > does SVN support exit codes. Suppose if I use "svn merge" in my shell > script, will svn be able to return exit code "0" if the merge is successful. > > > Thanks, > Charan >

SVN 1.4.6 support exit codes

2010-03-17 Thread Charan
Hi, does SVN support exit codes. Suppose if I use "svn merge" in my shell script, will svn be able to return exit code "0" if the merge is successful. Thanks, Charan

Re: unable edit existing log message

2010-03-01 Thread Charan
extension -- and include a hint to > the shell interpreter as to which program to use to parse that sucker in > the > shebang line (the first line of the script): > > #!/bin/sh > # Here's my pre-revprop-change hook script blah blah > # blah... > ... > > Cha

Re: unable edit existing log message

2010-03-01 Thread Charan
I renamed .tmpl to.sh and also checked the execute permissions but still I get the same error. Thanks On Mon, Mar 1, 2010 at 12:20 PM, Tyler Roscoe wrote: > On Mon, Mar 01, 2010 at 12:15:16PM -0800, Charan wrote: > > I have been trying to edit the already existing log mess

unable edit existing log message

2010-03-01 Thread Charan
Hi, I have been trying to edit the already existing log message using TortoiseSVN tool but it is giving me the following error. I can see that the file pre-revprop-change hook exists in hook scripts folder with .tmpl extension and it is executable. * * *DAV request failed; it's possible that the r