Skip to content
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

Open
darksheer opened this issue Nov 27, 2013 · 9 comments
Open

svn2git fails: is not a complete URL #144

darksheer opened this issue Nov 27, 2013 · 9 comments

Comments

@darksheer
Copy link

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/

@neojski
Copy link

neojski commented Dec 9, 2013

Duplicate of #132. Fix proposed in #145.

@ludwigschwardt
Copy link

This is NOT a duplicate of #132 but rather of #127. The latter issue mentions a workaround that worked for me (use '--trunk /' instead of '--rootistrunk').

@jhannah
Copy link

jhannah commented Feb 7, 2014

thanks @ludwigschwardt!

@Fil
Copy link

Fil commented May 27, 2014

thanks @ludwigschwardt, saved my day

@dangoldin
Copy link

Thanks @ludwigschwardt - helped me out as well.

@halsafar
Copy link

Saved my day as well!

@breedx2
Copy link

breedx2 commented Apr 4, 2015

This is still an issue and @ludwigschwardt gave the right workaround. The README should be updated to reflect this or the --rootistrunk option should be fixed/removed.

@jackpoz
Copy link

jackpoz commented Aug 4, 2015

please update the homepage README, I had the same issue with

svn2git "svn://svn.code.sf.net/p/g3d/code" --rootistrunk

and I had to use

svn2git "svn://svn.code.sf.net/p/g3d/code" --trunk / --nobranches --notags

@c-hoeger
Copy link

Thank you @jackpoz that solved my problem. Documentation is wrong in that respect, so please think of fixing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants