RE: New subversion bug?
From: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 16 Jun 2014 18:12:38 +0200
This is actually the designed implementation for many Subversion releases.
If the target doesn't exist, the source is copied to the target. If it does
This matches the behavior of Unix's 'cp' and Windows' 'copy' for these
In your third case you find that the target below the passed target already
Bert
From: Croft, Joe [mailto:Croft_Joe_at_shure.com]
Hi Yall,
I ran into the problem that when I do an svn copy command three times, it
svn cp https://server.com/Projects/project_a/trunk
The first time I run this I end up with what I expect, a directory with the
https://server.com/Projects/project_a/tags/tag_a
which contains the files and folders which are under 'trunk' of the original
The second time I run this I get an unexpected directory with the folder
https://server.com/Projects/project_a/tags/tag_a/trunk
which also contain all of the folders and files which are under the 'trunk'
On the third and subsequent executions of the same command, I get the error
Svn: E160020: Path 'trunk' already exists.
I really the error "Svn: E160020: Path 'tag_a' already exists" on the
I am running with svn server 1.6 on linux. The client can be windows or
Thank you,
Joe
------------------------------------------------------------ This e-mail
|
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.