Re: HELP regading subversion

2010-01-22 Thread Lorenz
Hiroshi Miyazaki wrote: >[...] >All of repository hooks(strat-commit, pre-commit,..) are >invoked when excuting check-in/check-out command? > >If then, could I put our required functionality on those hooks? >[...] you've been pointed to the documentation regarding subversions hooks already. For m

Re: HELP regading subversion

2010-01-22 Thread Michael Diers
Hiroshi Miyazaki wrote: [...] > When we register certain files into Subversion repository (through command > line), > is it possible to invoke an "hook method (exit routine)", which can add some > extra > user required own function. [...] Hi, your best bet, IMHO, is to read up on the basics of

Re: HELP regading subversion

2010-01-22 Thread Hiroshi Miyazaki
Dear Michael san, I appreciate your response. Sorry for repeating questions. All of repository hooks(strat-commit, pre-commit,..) are invoked when excuting check-in/check-out command? If then, could I put our required functionality on those hooks? As far as I understand, I'm not sure how to mod