Re: How to cut and graft?
From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Thu, 29 Jul 2010 20:50:16 -0500
On Jul 29, 2010, at 20:47, Chris Velevitch wrote:
> In a project, we originally created a branch because we need to create
I'm not familiar with your "cut" and "graft" terminology, but I think what you're asking is accomplished by doing:
svn rm $URL/trunk -m "Delete old trunk"
svn mv $URL/branches/thebranch $URL/trunk -m "Make branch thebranch the new trunk"
The history of branch thebranch is of course preserved.
|
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.