SVN-ALL-FAST-EXPORT(1) | General Commands Manual | SVN-ALL-FAST-EXPORT(1) |
svn-all-fast-export - tool to convert svn repositories into git
svn-all-fast-export [options] [Path to subversion repository]
svn-all-fast-export is a tool to convert your svn repositories to git.
You will need to have a copy of your svn repository and to write some rules to specify how the conversion will be done, for instance, you can manage how the tags and branches will be managed writing the appropriate rules. You have examples in /usr/share/doc/svn-all-fast-export/examples
Path to subversion repository is a backup copy of the subversion repository. Note that an svn url will not work due to the undistributed nature of svn.
This program returns 0 on success, on error something else
(numbers in base 10):
10 unrecognized option or missing argument
11 no rules file specified
All matching rules need to end with a '/', else the tool will crash at some point. The only exception are the rules using the recurse-action.
http://gitorious.org/svn2git
http://techbase.kde.org/Projects/MoveToGit/UsingSvn2Git
svn-all-fast-export was written by Thiago Macieira and Thomas Zander.
April 25, 2010 |