Need help for subversion

2010-01-28 Thread Hiroshi Miyazaki
Hello, I have to develope applications using the Subversion. Then, I'm in the trouble. Could I ask some questions? According to the Subversion Wiki, it seem to be possible to develop hook methods. Therefore, I'd like to use its capability. When we checkin and checkout certain files into/from Subv

Re: Need help for subversion

2010-01-28 Thread Andrey Repin
Greetings, Hiroshi Miyazaki! > According to the Subversion Wiki, > it seem to be possible to develop hook methods. > Therefore, I'd like to use its capability. > When we checkin and checkout certain files into/from Subversion (through > command line), > is it possible to invoke an "hook method (e

Re: Need help for subversion

2010-01-28 Thread Hiroshi Miyazaki
est regards, - Original Message - From:"Andrey Repin" To:"Hiroshi Miyazaki" , users@subversion.apache.org CC:Re: Need help for subversion >Greetings, Hiroshi Miyazaki! > >> According to the Subversion Wiki, >> it seem to be possible to develop hook m

Re: Need help for subversion

2010-01-28 Thread Eric Lee
> To:"Hiroshi Miyazaki" , > users@subversion.apache.org > CC:Re: Need help for subversion > > >Greetings, Hiroshi Miyazaki! > > > >> According to the Subversion Wiki, > >> it seem to be possible to develop hook methods. > >> Therefore,

Re: Need help for subversion

2010-01-28 Thread Hiroshi Miyazaki
-out file along with checkout. >By native code or just simply python script code ? Basically, Java code. Thank you and best regards, - Original Message - From:"Eric Lee" To:"Hiroshi Miyazaki" CC:"Andrey Repin" , "Andrey Repin" Subject:Re

Re: Need help for subversion

2010-01-28 Thread Ryan Schmidt
On Jan 28, 2010, at 19:13, Hiroshi Miyazaki wrote: >> Did you check out the subversion book already ? > > http://svnbook.red-bean.com/nightly/en/svn.ref.reposhooks.html > > I lookovered these spec. > >> post-commit >> post-lock >> post-revprop-change >> post-unlock >> pre-commit >> pre-lock >>

Fw: Re: Need help for subversion

2010-01-29 Thread Hiroshi Miyazaki
- Original Message - From:"Ryan Schmidt" To:"Hiroshi Miyazaki" CC:"Eric Lee" , "Andrey Repin" , "Andrey Repin" Subject:Re: Need help for subversion > >On Jan 28, 2010, at 19:13, Hiroshi Miyazaki wrote: > >>> Did