Cédric Chabanois <cchabanois@no-log.org> writes:
> 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.
---------------------------------------------------------------------
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:32:55 2004