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
--- Reverse-merging r69 into '.':
C tagsTAG_
--- Recording mergeinfo for reverse merge of r69 into '.':
U .
Tree conflict on 'tagsTAG_
> 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?