Open
Description
I'm trying to perform what is admittedly a rather complex svn2git conversion, as documented here:
https://sourceforge.net/p/brlcad/code/HEAD/tree/brlcad/trunk/misc/svn2git/
When I try to do a partial conversion and resume it with the --resume-from option, the process gets a few commits in and then crashes. It generates a log, and this seems to be the key issue:
fatal: mark :0 not declared
looking at the mark file in the repo, it does indeed start with :1 with no :0 entry present. Is this a known issue?