Files
rcs/README.md

17 lines
462 B
Markdown

# repository-conversion-scripts
Simple executable files to migrate repositories from one version control system to another.
Those require a rather old version of [reposurgeon](http://catb.org/~esr/reposurgeon), as the latest one may not work
on some systems (such as [NetBSD](https://www.netbsd.org)).
## Scripts
### From `git`
* [git2fossil](git2fossil)
* [git2hg](git2hg)
* [git2svn](git2svn)
### From `svn`
* [svn2fossil](svn2fossil)
* [svn2git](svn2git)