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'm trying to convert a SVN repository with over 25k commits with the standard syntax:
svn2git http://svn.example.com/path/to/repo
Every time at revision 20172 (which is a commit with a branch named "trunk") it fails with the following output:
r20172 = b420dc95ce992710b836a8150ec45e80927b9866 (refs/remotes/svn/trunk) Found possible branch point: http://svn.example.com/path/to/repo/trunk => http://svn.example.com/path/to/repo/branches/new_cron_order, 20172 Found branch parent: (refs/remotes/svn/new_cron_order) b420dc95ce992710b836a8150ec45e80927b9866 Following parent with do_switch Incomplete data: Delta source ended unexpectedly at /usr/lib/git-core/git-svn line 5689 command failed: 2>&1 git svn fetch
Any ideas how to fix this? Importing only trunk (--rootistrunk) works fine with the same repository.
--rootistrunk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to convert a SVN repository with over 25k commits with the standard syntax:
Every time at revision 20172 (which is a commit with a branch named "trunk") it fails with the following output:
Any ideas how to fix this? Importing only trunk (
--rootistrunk
) works fine with the same repository.The text was updated successfully, but these errors were encountered: