[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. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-04-10 17:28:39 CEST

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

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.