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

Re: svn commit output

From: Cédric Chabanois <cchabanois_at_no-log.org>
Date: 2004-04-10 18:48:00 CEST

>
>
>>Hi
>>
>>I am one of the developper of subclipse and svnant and here is my problem :
>>
>>My working copy is at /home/cedric/programmation/sources/test
>>
>>The current dir is /home/cedric/projects/subversion/subclipse
>>
>>I want to add and commit a file
>>
>>$svn add /home/cedric/programmation/sources/test/essai8
>>A /home/cedric/programmation/sources/test/essai8
>>$svn ci /home/cedric/programmation/sources/test/essai8
>>Adding programmation/sources/test/essai8
>>
>>the path after "svn ci" is not the absolute path to essai8 nor the
>>relative path to the current directory.
>>
>>Why ?
>>
>>
>
>Just a guess here -- the common parent of your current working
>directory and the working copy target is /home/cedric. So that part
>is getting removed from the head of the notification output, leaving
>just "programmation/sources/test/essai8". But that's just a guess.
>
>
>
Ok, I understood that but how do I get the absolute file path from the
following informations (I am parsing the output of svn ...) :
- the current directory "/home/cedric/projects/subversion/subclipse"
- the following relative path "programmation/sources/test/essai8"

Cédric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 10 17:48:15 2004

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

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