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
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
ow to modify that functionalities.
So sorry for your disturbance.
Thank you and best regards,
- Original Message -
From:"Michael Diers"
To:"Hiroshi Miyazaki"
cc*us...@subversion.apache.org
Subject:Re: HELP regading subversion
>Hiroshi Miyazaki wrote:
>[.
Hello,
I have to develope the toll using the Subversion.
Then, I'm in the trouble.
Could I ask some one?
According to the Subversion Wiki,
it seem to be possible to use the API on the Subversion.
When we register certain files into Subversion repository (through command
line),
is it possible to