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";