Is any way to setup pre-commit hooks on the client side with an svn client, for example through eclipse or a command line svn client ?

link|improve this question

54% accept rate
feedback

2 Answers

up vote 1 down vote accepted

No. But you can alias your own script to svn, so it gets called every time you type svn. The script then calls actual svn. How about that?

link|improve this answer
ofcourse- doh moment. I should have specified only eclipse because I want to use it from inside eclipse -subclipse plugin – mafalda Jan 26 '11 at 0:11
feedback

Not sure if it's any help in your particular case, but TortoiseSVN (on Windows) supports client-side hooks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.