First version, almost works
[git2svn.git] / README
blob978849de0c59333023e3fe4bca39415a67adb5cc
2 git2svn
4 A tool to convert git branches to svn ditto. One usage to to make it
5 easier to people to migrate from svn and still use old svn tools (like
6 fisheye).
8 Usage:
10         git2svn path-to-dir-with-.git-file path-to-svnrepro
12 Example:
14         ./git2svn /Users/lha/src/heimdal/git-trunk repro
17 Missing:
19         Command argument parser for branch and basedir specificition
20         (backend code is already there).