-
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
Error importing tno.euphorie repo #12
Comments
The underlying git svn error can be correct by passing |
Thanks for digging in more. Is there any chance you could provide a patch? If not, could you provide everything I would need to execute svn2git precisely as you would (public SVN repo, authors file, etc.)? As you can probably imagine, it's difficult to fix things like this when I don't have a repository that would behave the same way. |
The URL for the repository is in the ticket and supports anonymous access. This is the contents of the authors file:
|
I have the same issue with svn2git, but adding the --no-follow-parent in migration.rb did not solve the problem. Still have The sequence of events for me are a bit different from wichert's though:
|
I stumbled over the same issue and like cybertoast I tried to patch migration.rb limited success. At first it continued but later the same error occurred. Does someone have any idea where the problem might be and how to solve it? Thanks |
I editted the migration.rb but no luck
|
Got the same problem. Any solution now? |
Just got the same issue while running
|
I overcome the issue with two steps:
|
In my case, the error message disappeared when I removed the trailing slash, like this:
|
Ran into this issue. I simply removed the .git directory from the working directory and it started working. I did not have to add the extra flag --no-follow-parent. I think the .git directory might have become corrupted from my previous svn2git failed attempts. |
I'm experiencing the same issue. I receive the same error I've tried adding the |
I can confirm that adding |
I had the same problem and like wongster80 removing a possibly corrupt .git directory fixed the problem. I had previously started then conversion and then ctrl-c part way through. |
+1 to removing a possibly corrupt .git directory. It worked for me. |
Hit this problem. No trailing slash. Removing
|
i ended up importing from my original server ( |
I am trying to convert http://code.simplon.biz/svn/projects/tno/euphorie/Develop to git, but running svn2git on that URL quickly results in an error:
The text was updated successfully, but these errors were encountered: