Shin'ya M. > Initializing repository with 4 items... done

This commit is contained in:
2025-12-04 23:01:14 +09:00
commit 6c0f2d98a3
4 changed files with 109 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# 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
* [Git to Subversion](git2svn) (in [Perl](https://www.perl.org))
* [Subversion to Git](svn2git)