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

I've a SVN server with many different repositories, which often are not in standard layout. My goal is to convert one or more of these repositories into git repositories, but...

Adds Qt's `pkg-config` support to `src/src.pro` for detecting svn and apr libraries. Also includes build examples in the `README` using the existing style. pros: - simpler config. less hard-coded paths....

When I run qmake && make command. It shows the below in command line. This is for MacOS machine. cd src/ && ( test -e Makefile || /usr/local/Cellar/qt@5/5.15.2/bin/qmake -o Makefile...

Hello, I want to migrate old SVN to git the SVN repository is like: ``` http://svn/Sky/trunk/folder1/ http://svn/Sky/trunk/folder2/ http://svn/Sky/branches/0.1/folder1/ http://svn/Sky/branches/0.1/folder2/ ... http://svn/Sky/branches/X.Y.Z/folder1/ http://svn/Sky/branches/X.Y.Z/folder2/ ``` but folder2 is an svn:external from `http://svn/Moon/tags/18_10_2013/sources/folder2`...

enhancement

I have locally an svn repository with the following structure: wiki - branches - feature - test - test-easy - trunk In the folder `svn2gitUtility` I have the configuration files...

I have an SVN mono-repository, which has the following structure (unrelated stuff not listed): ``` /Projects/project1 /Projects/project1/libs (svn:externals) /Projects/project2 /Projects/project2/libs (svn:externals) /Libraries/library1/library2 (svn:externals) /Libraries/library2 ``` and I would like to...

If we have repo with 1000 revision and the rule ``` match /trunk/ min revision 100 repository Repo branch main end match ``` which starts from `min revision 100`. The...

I read the README file of this repo and I was able to build the tool, but now I don't get what I have to do. I also read [this...

I have a large svn repo, many projects, and most of projects each contains 1W+ revisions. when converting, maybe someone commit new code, how to convert these new code to...

I ran into an issue where I have both `--empty-dirs` and ignore filters/rules active. The problem now is that during a merge, empty folders are still recreated despite the path...