[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: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Tue, 24 Feb 2015 21:31:46 -0500

On Tue, Feb 24, 2015 at 9:49 AM, David Aldrich
<David.Aldrich_at_emea.nec.com> wrote:
> Hi
>
>
>
> 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?
>
>
>
> If I do a reverse merge I see a tree conflict:
>
>
>
> C:\>svn merge -c -69 <my url>
>
> --- Reverse-merging r69 into '.':
>
> C tags\TAG_<snip>
>
> --- Recording mergeinfo for reverse merge of r69 into '.':
>
> U .
>
> Tree conflict on 'tags\TAG_<snip>
>
> > local dir edit, incoming dir delete upon merge
>
> Select: (r) mark resolved, (p) postpone, (q) quit resolution, (h) help:
>
>
>
> What is the best thing to do here?

Make another tag, whether or not you delete the old one, to avoid
confusion about working, checkout out copies of the tag.
Received on 2015-02-25 03:32:59 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.