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