>
>
>>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