New SVN Repos from CVS
From: Tom Browder <tom.browder_at_gmail.com>
Date: Wed, 27 Aug 2008 18:54:18 -0500
I have exercised my cvs2svn conversion process (using subversion
For years our main line of development has been on a branch (call it
What I would like to do is save the current trunk (hasn't been used in
First I saved the existing state of the trunk:
# seems to do what I want
Then I dumbly tried:
svn cp prog/branches/X prog/trunk
which obviously put a directory X in the trunk--not what was intended.
I don't think a merge is the answer because I want the existing state
I haven't tried it yet, but can I do:
svn cp prog/branches/X/* prog/trunk
or
svn mv prog/branches/X/* prog/trunk
If so, then can I do
svn rm prog/branches/X
Thanks for any suggestions.
-Tom
---------------------------------------------------------------------
|
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.