We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to convert a reasonably large svn repository with branches and tags to git.
We have branches and tags with version numbers, e.g. 0.1, 0.2, ..., 0.10, 0.11, ..., 1.13, ..., 1.33 etc
Things are running for a long while, but then at some point however I am getting this error and not entirely sure how to fix this or continue:
Deleted remote branch svn/tags/last-local (was a6b0eb5). Running command: git config --unset user.name Running command: git config --unset user.email Running command: git branch --track "0.10" "remotes/svn/0.10" Branch 0.10 set up to track local ref refs/remotes/svn/0.10. Running command: git checkout "0.10" Switched to branch '0.10' Running command: git branch --track "0.5" "remotes/svn/0.5" Branch 0.5 set up to track local ref refs/remotes/svn/0.5. Running command: git checkout "0.5" warning: refname '0.5' is ambiguous. Switched to branch '0.5' Running command: git branch --track "0.6" "remotes/svn/0.6" Branch 0.6 set up to track local ref refs/remotes/svn/0.6. Running command: git checkout "0.6" warning: refname '0.6' is ambiguous. error: Entry 'GUID.py' would be overwritten by merge. Cannot merge. command failed: 2>&1 git checkout "0.6"
Any suggestions??
The text was updated successfully, but these errors were encountered:
Did anybody find a solution to this issue?
Sorry, something went wrong.
No branches or pull requests
I am trying to convert a reasonably large svn repository with branches and tags to git.
We have branches and tags with version numbers, e.g. 0.1, 0.2, ..., 0.10, 0.11, ..., 1.13, ..., 1.33 etc
Things are running for a long while, but then at some point however I am getting this error and not entirely sure how to fix this or continue:
Any suggestions??
The text was updated successfully, but these errors were encountered: