Re: Help with svn pre-commit hook needed

2012-01-10 Thread Amitakhya Phukan
Can you give me an example please ? I am writing these scripts for the first time. An example would be good. Best regards, Amitakhya Phukan

Help with svn pre-commit hook needed

2012-01-10 Thread Amitakhya Phukan
mmit comment contains review Id" 1>&2 echo "Process End" 1>&2 exit 1 fi else echo "this branch doesnot require any checks to proceed for check ins" fi However, even though I am able to commit to all branches without any review ID, for branch5 also I am able to commit without a review ID. It is clear that something is wrong with the script. But I am not able to figure out what. Please help me to correct it. Best regards, Amitakhya Phukan

Pre commit hook script help needed

2011-12-12 Thread Amitakhya Phukan
. I want this checking to be implemented only for Bar (and also for all the modules inside Bar, if there are any multiple modules inside Bar). How do I achieve this ? I am new to the whole SVN thing and also have no experience in scripting. Please help. Best regards, Amitakhya Phukan