Signed-off-by: Izuru Yakumo ~Eternal Servant~ <eternal-servant@yakumo.dev>
svn2git-sync
Easily sync SVN repositories to their Git counterparts (or so I guess)
Dependencies
- Git (and
git-svn
) - Perl
- Subversion
Run
- Write a configuration file and save it on
~/.config/svn2git-sync.conf
$git_host = "https://git.yakumo.dev"
$git_passwd = "";
$git_user = "";
@repos = { "aya", "chen" };
Diagnostics
I only tested it on Gitea, but I'm 100% sure it works just as fine with a home-made HTTP Basic Authentication setup with git-http-backend(1)
Description
Languages
Perl
100%