Ryan Schmidt schrieb:
>
> On Apr 18, 2008, at 8:47 AM, Falk Pretzer wrote:
>
>> I try to write a a hook-script.
>>
>> If the user wants to commit something, the hookscript should try to
>> connect to a server (JIRA Server) and invoke a method.
>> This method checks the commit-path.
>> Thats why i need the whole path of the commited files.
>>
>> Until now i tried to do it with the following call
>> svnlook changed $ARGV[0] --transaction $ARGV[1] but i am not satisfied.
>> Does anybody have a better idea?
>
> That is the correct way to do it. Why do you find this unsatisfactory?
>
Well, i try to transfer the FULL path of the file.
Now it just sends something like "U hello.java". But thats not enough.
I need something like "U /projetXYZ/something/something/hello.java".
Can you help me?
Thanks a lot!
Falk.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-30 12:01:47 CEST