nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

Create tags from specific branches or branch wildcards? #261

Open davecranwell opened 7 years ago

davecranwell commented 7 years ago

I'm converting a codebase where the standard dir structure exists (trunk, tags, branches) except none of the tags have been put in the tags folder. They all exists as branches, named "v1.0.0","v1.1.0" etc.

Is there any way of telling svn2git that any branch beginning with "v" should be made a tag?

mazong1123 commented 7 years ago

That seems like impossible if you want the branch v1.0.0 and v1.1.0 be tags.

mazong1123 commented 7 years ago

Just created an issue for tracking this. https://github.com/mazong1123/svn2gitnet/issues/60