svn2git icon indicating copy to clipboard operation
svn2git copied to clipboard

:octopus: A fast-import based converter for an svn repo to git repos

Results 43 svn2git issues
Sort by recently updated
recently updated
newest added

Malformed rules shouldn't cause a core dump, it should just be an error, and the program should exit. This was caused by a typo, in the rule set, instead of...

bug

Entries to the log generated by svn2git should be time stamped. It is hard to know how long it has spent processing a particular commit.

enhancement

I'm trying to migrate a huge svn repo (76G in size). It crashes in the middle after about 24 hours. ``` fast-import crash report: fast-import process: 15424 parent process :...

bug

It may be just my ignorance, but even after installing the whole QT (which takes longer than Visual Studio!) I still cannot build it on my Windows machine. Anyone who...

question

Seems like the application is ignoring my identity-map file. I'm using the git-svn syntax in the file, and when i run svn-all-fast-export, it seems like it either thinks I'm not...

question

Documentation is missing for: annotate, substitute repository and substitute branch, and decoding what they do is a little hard.

enhancement

I am trying to export a Subversion repository that contains multiple releases of a product into a new git repository. Along the way I am also export code from a...

question

Currently i don't see the ability to use the git subtrees (better alternative to the git submodules) to represent a piece of directory in the GIT repo. Currently i can...

enhancement

I am currently testing svn-all-fast-export and verifying that after migration all files in SVN are also present in GIT. Therefore I have a problem with one submodule in SVN on...

# Deprecated symbols - `QProcess::start` - `QLinkedList` - `QMap::insertMulti` # Compiler output ``` repository.cpp:233:21: warning: ‘template class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations] repository.cpp:877:24: warning: ‘void QProcess::start(const QString&, QIODevice::OpenMode)’...

enhancement