We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bafbc commit 7522adcCopy full SHA for 7522adc
README.md
@@ -0,0 +1,20 @@
1
+svn-all-fast-export aka svn2git
2
+===============================
3
+
4
+This is the tool used to convert KDE's Subversion into multiple Git
5
+repositories. You can find more description and usage examples at
6
+https://techbase.kde.org/Projects/MoveToGit/UsingSvn2Git
7
8
9
+Building
10
+--------
11
12
+Run `qmake && make`. You get `./svn-all-fast-export`.
13
14
15
+Usage
16
+-----
17
18
+You need to write a rules file that describes how to slice the Subversion
19
+history into Git repositories and branches. See
20
+https://techbase.kde.org/Projects/MoveToGit/UsingSvn2Git.
0 commit comments