Bug in 'svn copy --parents url url'?
From: Alexander Sinyushkin <Alexander.Sinyushkin_at_svnkit.com>
 
Date: Wed, 25 Jun 2008 00:08:55 +0700 
Hi!
 If I try to copy an existing directory to nonexistent one with 
 svn copy --parents svn://localhost/repo/x svn://localhost/repo/y
 where x exists and y does not, an editor for commit message is launched 
 Debugging this command I see that first call to setup_copy() fails with 
 "File already exists: filesystem '/home/alex/workspace/tmp/repo/db', 
 The problem here is in that commit paths array (which is passed to 
 But then the second call to setup_copy() is made in the following if 
    if (copy_as_child && err && (sources->nelts == 1)
 Anyway, I'm reporting this because you may decide that this behavior 
 ---- Alexander Sinyushkin, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-06-24 19:09:40 CEST  | 
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.