svn import: get all revisions

Not skipping the last revision is generally seen as Good Thing. ;-)

Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
maint
Matthias Urlichs 2005-10-10 20:10:48 +02:00
parent 22dcbb7512
commit 8470b7f3a3
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ sub commit_all {
}
}

while(++$current_rev < $svn->{'maxrev'}) {
while(++$current_rev <= $svn->{'maxrev'}) {
$svn->{'svn'}->get_log("/",$current_rev,$current_rev,$current_rev,1,1,\&_commit_all,"");
commit_all();
if($opt_l and not --$opt_l) {