Re: Why does "svn copy -r 28 http://rep/p/Test http://rep/p/Test" produce a copy as Test/Test ? - but not if Test does not exist or is deleted from HEAD before?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-28 19:14:15 CET
Brian Denny wrote:
> in my experience (which i just confirmed using bash, sh, and csh),
That's correct.
'svn cp A B/C' tests to see if C exists in B already. If it doesn't,
And 'svn mv' follows the same rules, because it's the same as "svn cp;
---------------------------------------------------------------------
|
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.