Managed Projects

svn-dump-fast-export

  Analyzed about 1 hour ago

svn-dump-fast-export converts a textual representation of a Subversion repository into input suitable for git-fast-import and similar importers. Subversion repository dumps can be generated using the 'svnadmin dump' or 'svk admin dump' command. To support incremental imports, it puts a 'git-svn-id' ... [More] line at the end of each commit log message if passed an URL on the command line. Empty directories and unknown properties are silently discarded. The resulting repository will generally require further processing to put each project in its own repository and to separate the history of each branch. The 'git filter-branch --subdirectory-filter' command may be useful for this purpose. [Less]

1.72K lines of code

0 current contributors

about 14 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: bsd_2clau..., gpl