Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
svn import: remove debugging
author
Matthias Urlichs
<smurf@smurf.noris.de>
Mon, 10 Oct 2005 12:19:15 +0000
(14:19 +0200)
committer
Matthias Urlichs
<smurf@smurf.noris.de>
Mon, 10 Oct 2005 12:19:15 +0000
(14:19 +0200)
Removed debugging output used to identify the too-many-connections problem.
Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
git-svnimport.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c7ff5f1
)
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index 2686f4a63ad59173265c308070760f4bfabacc39..f7bf616e58c76ae09b0ff05ada1eacf47a1765e7 100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-110,7
+110,6
@@
sub conn {
die "SVN connection to $repo: $!\n" unless defined $s;
$self->{'svn'} = $s;
- print STDERR "*** SVN *** $s ***\n";
$self->{'repo'} = $repo;
$self->{'maxrev'} = $s->get_latest_revnum();
}
@@
-124,7
+123,6
@@
sub file {
print "... $rev $path ...\n" if $opt_v;
my $s = $self->{'svn'};
- print STDERR "*** GET *** $s ***\n";
eval { $s->get_file($path,$rev,$fh); };
if ($@ and $@ !~ /Attempted to get checksum/) {
# retry