Miyazaki

Did you check out the subversion book already ?

There are a number of hooks on subversion including,

post-commit
post-lock
post-revprop-change
post-unlock
pre-commit
pre-lock
pre-revprop-change
pre-unlock
start-commit

These is take from a hooks directory of a svn repository.

How do you want the additional functions perform ?

By native code or just simply python script code ?



Thanks,


Regards,
Eric,


2010/1/29 Hiroshi Miyazaki <miyazaki.hir...@jp.fujitsu.com>

> Dear Andrey san,
>
> Thank you for your response,
>
> >Hooking is only server-side, and only handle commits.
>
> It seems to be regrettable.
>
> It is essential to use the subversion and
> provide the checkout functionality.
> Are there any ways to achieve this capability by anay means?
>
> Thank you and best regards,
>
> ----- Original Message -----
>
> From:"Andrey Repin" <anrdae...@freemail.ru>
> To:"Hiroshi Miyazaki" <miyazaki.hir...@jp.fujitsu.com>,
> 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, 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 (exit routine)", which can add
> some extra
> >> user required function.
> >
> >Hooking is only server-side, and only handle commits.
> >Without more information about your intentions and supposed program
> >architecture, it's hard to suggest anything.
> >
> >
> >--
> >WBR,
> > Andrey Repin (anrdae...@freemail.ru) 28.01.2010, <17:21>
> >
> >Sorry for my terrible english...
> >
> >
> =====================================
> Hiroshi Miyazaki
> Fujitsu
> 1-17-25 ShinKamata, O-ota-ku, Tokyo, Japan
> Tel) +81-3-6424-6276 (ex. 7053-8779)
> Fax) +81-3-6424-6446 (ex. 7053-9081)
> =====================================
>
>

Reply via email to