[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
> release, a bug was fixed. I want to "move" the tag so that it
> represents revision 354 now.
>
> What is the right way to do this?

You can do whatever you want. If it was never released, the easiest
solution might be:

$ 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
treating it like a tag, are you? :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 23 21:36:32 2004

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.