svn-all-fast-export / svn2git

:octopus: A fast-import based converter for an svn repo to git repos
GNU General Public License v3.0
261 stars 100 forks source link

Is it possible to start import at specific revision? #121

Closed tonowie closed 3 years ago

tonowie commented 3 years ago

I am trying to import SVN repo that does some weird branching (one commit does shallow copies of various files and directories into single directory) and I keep having files missing in git. I am willing to sacrifice some early history of the project but when I start from some recent revision in the middle I get files missing that were not touched since that revision. Is there a way to import only partial history? Something like git-svn doing full checkout initially and then applying revisions to it as they come in svn log

tonowie commented 3 years ago

found issue in my migration. it needed to recurse in order to match some of the "exotic" branching...