Re: How do I create branch from older revision?
From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-06-12 12:37:46 CEST
On Jun 12, 2006, at 08:22, Adrian Hoe 贺文耀 wrote:
> I have a repository for a website which has about 50 revisions.
I'm a little confused by some of your terminology...
But if you want to create a new branch from revision 1 of the trunk,
svn copy -r 1 $REPO/trunk $REPO/branches/somebranch \
Now you can "svn checkout" the new branch and make changes to it.
Your second sentence above ("Now, I have made some changes in
---------------------------------------------------------------------
|
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.