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

svn copy has a strange behaviour

From: Cédric Chabanois <cchabanois_at_no-log.org>
Date: 2004-09-21 23:02:52 CEST

The behaviour of svn copy is not the same whether the target directory
exist or not.

Here is what I did :
svn copy file:///F:/Programmation/sources2/svn/repository/project1/
file:///F:/Programmation/sources2/svn/repository/tags/project1-0.1.3 -m
"toto"

svn ls
file:///F:/Programmation/sources2/svn/repository/project1/project1-0.1.3
package2/
package3/
package4/
package5/

I did the same command one time again
svn copy file:///F:/Programmation/sources2/svn/repository/project1/
file:///F:/Programmation/sources2/svn/repository/tags/project1-0.1.3 -m
"toto"

No error but project1 has been copied to project1-0.1.3

svn ls
file:///F:/Programmation/sources2/svn/repository/project1/project1-0.1.3
package2/
package3/
package4/
package5/
project1/

If I try a third time, This time I got
svn: Path 'tags/project1-0.1.3/project1' already exists"

Cédric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 21 22:07:13 2004

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.