[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: get the full path of the committed files

From: Falk Pretzer <falkpretzer_at_truition.de>
Date: Wed, 30 Apr 2008 12:01:15 +0200

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.