client side pre-commit hooks in subversion
Asked Answered
C

2

10

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 ?

Cardin answered 25/1, 2011 at 19:58 Comment(0)
B
7

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?

Boothe answered 25/1, 2011 at 20:1 Comment(1)
ofcourse- doh moment. I should have specified only eclipse because I want to use it from inside eclipse -subclipse pluginCardin
M
6

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

Miru answered 25/1, 2011 at 20:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.