svn2git
svn2git copied to clipboard
:octopus: A fast-import based converter for an svn repo to git repos
Small default change for #116
Hello, we have the following situation: - a commit on an SVN branch introduced two empty directories. - this branch is later merged on the trunk Applying the svn2git tool...
Svn2git knows the "--empty-dirs" option to handle empty SVN directories. Unfortunately the option is only effective if the directory is created empty. If a directory is emptied while deleting all...
I get a segmentation fault while processing a SVN repository. There is no information other than: `fatal: EOF in data (285 bytes remaining)` It creates a dump report but I...
Hi, I'm trying to convert an old svn repo and I'm getting this problem. The crash report: ``` fast-import crash report: fast-import process: 15204 parent process : 1 at 2019-08-20...
Rules in the form /project/tags/([^/]+)/dir_name/ are not being fetched into the new git-repository
The structure of my svn repository looks similar to this: ``` /Poject/ trunk/ dir1/ dir2/ dir3/ ... dir/ branches/ branch_1/ dir1/ dir2/ dir3/ branch_2/ dir1/ dir2/ dir3/ ... dir/ tags/...
Here `path` is declared https://github.com/svn-all-fast-export/svn2git/blob/master/src/svn.cpp#L709 (supposingly intialized with `null`, looking at what gdb tells me). Here it would have been changed if it wasn't `null` in the first place https://github.com/svn-all-fast-export/svn2git/blob/master/src/svn.cpp#L467-L471...
QByteArray seemed odd to me for the dictionary, and therefore when it was looking for a value by key from it, it didn't match against a string and would return...
I propose to create additional directives to initialize repository with LFS support. A first commit may be created with expected content for ".gitattributes" and ".lfsconfig". This will make migration process...
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...