svn import: remove debugging
Removed debugging output used to identify the too-many-connections problem. Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
This commit is contained in:
parent
c7ff5f1d7d
commit
62d72e4b70
@ -110,7 +110,6 @@ sub conn {
|
|||||||
|
|
||||||
die "SVN connection to $repo: $!\n" unless defined $s;
|
die "SVN connection to $repo: $!\n" unless defined $s;
|
||||||
$self->{'svn'} = $s;
|
$self->{'svn'} = $s;
|
||||||
print STDERR "*** SVN *** $s ***\n";
|
|
||||||
$self->{'repo'} = $repo;
|
$self->{'repo'} = $repo;
|
||||||
$self->{'maxrev'} = $s->get_latest_revnum();
|
$self->{'maxrev'} = $s->get_latest_revnum();
|
||||||
}
|
}
|
||||||
@ -124,7 +123,6 @@ sub file {
|
|||||||
|
|
||||||
print "... $rev $path ...\n" if $opt_v;
|
print "... $rev $path ...\n" if $opt_v;
|
||||||
my $s = $self->{'svn'};
|
my $s = $self->{'svn'};
|
||||||
print STDERR "*** GET *** $s ***\n";
|
|
||||||
eval { $s->get_file($path,$rev,$fh); };
|
eval { $s->get_file($path,$rev,$fh); };
|
||||||
if ($@ and $@ !~ /Attempted to get checksum/) {
|
if ($@ and $@ !~ /Attempted to get checksum/) {
|
||||||
# retry
|
# retry
|
||||||
|
Loading…
Reference in New Issue
Block a user