Skip to content

Commit 53bc780

Browse files
committed
Merge pull request #2 from mgedmin/readme
Add a rudimentary README
2 parents 80bafbc + 7522adc commit 53bc780

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)