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

Re: Correct way to undo commit of a tag?

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Tue, 24 Feb 2015 09:43:57 -0600

On Tue, Feb 24, 2015 at 8:49 AM, David Aldrich
<David.Aldrich_at_emea.nec.com> wrote:
>
> My most recent commit was the creation of a tag. I want to delete that tag.
> Should I reverse merge the commit or simply delete the tag?

In subversion the usual convention is that tags are never changed
after the copy that creates them. That is, they become human-friendly
names for a single revision. If you are following that convention,
then you should delete the tag if it was not what you intended so you
can reuse that tag name. However, changes tend to be ongoing so you
may want to name your tags with some version numbering scheme - in
which case you might create a newer tag later and ignore earlier
versions. Copies are cheap in subversion and it doesn't hurt to have
extra tags as long as the names are not confusing.

-- 
   Les Mikesell
      lesmikesell_at_gmail.com
Received on 2015-02-24 16:44:25 CET

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.