I would like to use subgit to migrate all branches, tags and trunks from svn to git. What is average time it takes to import everything from svn to git using subgit?
Asked
Active
Viewed 147 times
-3
-
2What is the average time to transfer cargo from a bus to a plane? – user2864740 Mar 28 '16 at 16:26
1 Answers
2
In my experiments, it takes about 8 minutes to translate SQLJet sources (~1300 revisions) and about an hour to translate a repository with 10000 revisions, so 150-160 revisions per minute would be a good starting estimate.
If you're using svn+ssh protocol, it would take about 1.5x more time.
Of course translation time depends on repository structure and amount of changes in average revisions and some other factors.
I'm one of SubGit developers.

Dmitry Pavlenko
- 8,530
- 3
- 30
- 38