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

Unable to convert SVN repo with branch named "trunk" #78

Open
sgrodzicki opened this issue Jul 29, 2012 · 0 comments
Open

Unable to convert SVN repo with branch named "trunk" #78

sgrodzicki opened this issue Jul 29, 2012 · 0 comments

Comments

@sgrodzicki
Copy link

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.

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

1 participant