Skip to content

Commit edf3be8

Browse files
author
Love Hörnquist Åstrand
committed
First version, almost works
0 parents  commit edf3be8

File tree

6 files changed

+2729
-0
lines changed

6 files changed

+2729
-0
lines changed

LICENSE

+674
Large diffs are not rendered by default.

README

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
git2svn
3+
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).
7+
8+
Usage:
9+
10+
git2svn path-to-dir-with-.git-file path-to-svnrepro
11+
12+
Example:
13+
14+
./git2svn /Users/lha/src/heimdal/git-trunk repro
15+
16+
17+
Missing:
18+
19+
Command argument parser for branch and basedir specificition
20+
(backend code is already there).
21+

0 commit comments

Comments
 (0)