RE: Need to restructure repo folders: Problem: SVN COPY is recursive
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 15 Mar 2013 19:26:52 +0000
> Hi folks,
That's pretty common because after all, a does contain folder b so when you copy a it is going to copy b.
All you have to do is work bottom up....
copy \a\b\c \e
Then of course you would have to remove \c from \e. Also, the svn copy command doesn't have advanced options like your shell does to copy files exclusive of folders and stuff.
Hth,
> Note that we want to keep the original structure in place as well as have the
|
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.