Re: move a tag?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-23 21:30:56 CET
On Mon, 2004-02-23 at 13:46, Jim Correia wrote:
> Suppose if after I made the release-1.0 tag, but before the actual
You can do whatever you want. If it was never released, the easiest
$ svn mv TagURL TempBranchURL
#.... modify the TempBranch however you want, via merging, or whatever.
$ svn mv TempBranchURL TagURL.
I mean, you *could* commit to the TagURL. But then you're not really
---------------------------------------------------------------------
|
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.