svn2git: Tag Already Exists

If you find yourself migrating a repository from subversion to git you may run into a couple issues. One common issue I ran into was where an engineer updated a tag. When converting a repository with a modified tag, svn2git1 will stop and return an error message stating that a duplicate tag is present. Fortunately, this is an easy issue to correct. You simply need to delete the tag and rerun the conversion.

Read More