Izuru Yakumo ~Eternal Servant~ 782904d9db Juicin' your fruit! Juicin' your fruit!
Signed-off-by: Izuru Yakumo ~Eternal Servant~ <eternal-servant@yakumo.dev>
2025-04-10 18:04:28 -03:00
2025-04-10 20:36:27 +00:00
2025-04-10 17:50:18 -03:00
2025-04-10 17:50:18 -03:00

svn2git-sync

Easily sync SVN repositories to their Git counterparts (or so I guess)

Dependencies

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
Easily sync SVN repositories to their Git counterparts (or so I guess)
Readme 20 KiB
Languages
Perl 100%