-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
svn2git does not create tags when nested in a sub directory #67
Comments
What is output if you do git tag -a ? On Jun 10, 2012, at 1:11 PM, Richard [email protected] wrote:
|
$ git tag -a test -m "testing" $ git tag -l test |
I have the same issue. |
I've also been having issues with importing tags. I have a single SVN repo with multiple folders (one per project) and I'm running svn2git along the lines of: This works fine and I can see the tags being detected properly and added to the new Git repo, however when the import has finished and I try I've been able to "fix" the issue by modifying the svn2git gem and commenting out migration.rb:239 This seems to produce the desired results, but I'm not sure if I'm leaving a mess behind in the Git repo by doing so...? |
My SVN repo is structured as follows
I run the following command to create the git repo
svn2git imports the trunk fine, however all the tags are missing
The text was updated successfully, but these errors were encountered: