From 782904d9db20a6e10fa93761811225c10842ce07 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo ~Eternal Servant~ Date: Thu, 10 Apr 2025 18:04:28 -0300 Subject: [PATCH] Juicin' your fruit! Juicin' your fruit! Signed-off-by: Izuru Yakumo ~Eternal Servant~ --- svn2git-sync | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/svn2git-sync b/svn2git-sync index c845f00..96521e6 100644 --- a/svn2git-sync +++ b/svn2git-sync @@ -3,7 +3,12 @@ use strict; use warnings; -do "$ENV{HOME}/.config/svn2git-sync.conf" +my $git_host; +my $git_passwd; +my $git_user; +my @repos; + +do "$ENV{HOME}/.config/svn2git-sync.conf" or die "Can't load config file"; foreach my $r (@repos) { print "Processing $r\n";