Explicitly add the default "git pull" behaviour to .git/config on clone
[gitweb.git] / git-svn.perl
index d0bd0bdeb8462f7ad4550b5fe406f4e0a1a0ee1c..747daf0181babeae63378a6ec49a8bc4b7f70a0f 100755 (executable)
@@ -459,6 +459,7 @@ sub fetch_lib {
                $min = $max + 1;
                $max += $inc;
                $max = $head if ($max > $head);
+               $SVN = libsvn_connect($SVN_URL);
        }
        restore_index($index);
        return { revision => $last_rev, commit => $last_commit };