-
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
--rootistrunk error with https repo #127
Comments
Same issue here with svn:// URLs. |
svn2git -v https://my.svnserver.com/svn/easy/ --trunk / --nobranches --notags does the trick. |
I can confirm this: ain$ svn2git https://svn.server.de:4443/svn/Repo/Repo/trunk/folder --rootistrunk --verbose Running command: git svn init --prefix=svn/ --no-metadata --trunk=https://svn.server.de:4443/svn/Repo/Repo/trunk/folder E: 'https:/svn.server.de:4443/svn/Repo/Repo/trunk/folder' is not a complete URL and a separate URL is not specified command failed: 2>&1 git svn init --prefix=svn/ --no-metadata --trunk=https://svn.server.de:4443/svn/Repo/Repo/trunk/folder |
So where is the bug, in svn2git or |
It's I'd close this issue as soon as the respective ticket for |
I can confirm the same problem:
|
Thanks @ponsfrilus, your workaround solved the issue for me as well. |
@MikeOrtiz : happy to help! |
thank you, |
I just had the same issue and |
@ponsfrilus thank-you |
Thank you! This was a long-pending issue for me. |
Just bit me today - and the |
After using "--trunk /" as mentioned in the suggestions, it gives a similar error: |
Note that there is only one slash in the URL of the error. How can I fix it ? It's certainly due to the https repo.
The text was updated successfully, but these errors were encountered: