More help.
[git2svn.git] / README
blob2ead8563334f10e17f12f975b20976e51e597a17
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 ~/src/heimdal svn-repro
15         ./git2svn --git-branch heimdal-1-0-branch \
16                   --svn-prefix branches/heimdal-1-0-branch \
17                 ~/src/heimdal svn-repro