Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Explicitly add the default "git pull" behaviour to .git/config on clone
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index d0bd0bdeb8462f7ad4550b5fe406f4e0a1a0ee1c..747daf0181babeae63378a6ec49a8bc4b7f70a0f 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-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 };