-
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 fails: is not a complete URL #144
Comments
thanks @ludwigschwardt! |
thanks @ludwigschwardt, saved my day |
Thanks @ludwigschwardt - helped me out as well. |
Saved my day as well! |
This is still an issue and @ludwigschwardt gave the right workaround. The README should be updated to reflect this or the |
please update the homepage README, I had the same issue with
and I had to use
|
Thank you @jackpoz that solved my problem. Documentation is wrong in that respect, so please think of fixing it! |
This error only occurs with the combination of --rootistrunk --nobranches --notags
git svn init --prefix=svn/ --no-metadata --trunk=svn://svn.svnplace.com/goodies/
Initialized empty Git repository in /Users/me/new/.git/
E: 'svn:/svn.svnplace.com/goodies' is not a complete URL and a separate URL is not specified
command failed:
2>&1 git svn init --prefix=svn/ --no-metadata --trunk=svn://svn.svnplace.com/goodies/
The text was updated successfully, but these errors were encountered: