Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: write the highest maxRex out for branches and tags
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index beebe3d9545fe0de03c968ada149cd906c43808e..b7e46e5b0bdb99a36872283391a007f913976f6d 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-2765,6
+2765,10
@@
sub gs_fetch_loop_common {
next if defined $gs->rev_db_get($max);
$gs->rev_db_set($max, 0 x40);
}
+ foreach my $g (@$globs) {
+ my $k = "svn-remote.$g->{remote}.$g->{t}-maxRev";
+ Git::SVN::tmp_config($k, $max);
+ }
last if $max >= $head;
$min = $max + 1;
$max += $inc;