Re: Creating a branch based on an older revision/snapshot
From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-09-07 02:32:24 CEST
On Sep 6, 2006, at 19:38, asdf wrote:
> Is it possible to create a branch based on an older revision/snapshot?
I assume you mean "based on the trunk of the project as it existed in
I would just do it via URL. Seems easiest.
If $PROJ is the URL to your project (for example, https://
svn cp -r 59 $PROJ/trunk $PROJ/branches/new_branch_name
---------------------------------------------------------------------
|
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.