-
Notifications
You must be signed in to change notification settings - Fork 446
Description
Hi,
I thought this is a pretty common scenario, but somehow couldn't find any useful suggestion on how exactly to proceed. So please excuse me if it is already discussed elsewhere.
I am converting a fairly large svn repo , something like 70 GB by using svn2git ..repo-url in verbose mode. After it ran for over 2 days and still not done with git svn fetch, I lost network connection; so the process got interrupted.
I ran the git svn fetch manually so that it doesn't run the git init again. I thought it would be smart enough to pick up from where it left but going by the messages looks like it is re-fetching the same content. Appreciate if someone can point me how to proceed assuming I may not be continuously on the network. If svn2git can be broken down into git init, git fetch etc, what will be the subsequent commands.
If it helps I migrated the trunk alone with --trunk trunk --nobranches --notags, which itself took like 6 hrs or so. Now I want to migrate the branches + tags
Thanks.