>>>>> "Joakim" == Joakim Tjernlund <joakim.tjernlund@xxxxxxxxxxxx> writes: Joakim> First, I had to change this (from memory) in git-svn: Joakim> my $got = SVN::TxDelta::send_stream($fh, @$atd, $self->{pool}); Joakim> to Joakim> my $got; Joakim> if ( $got ) { Joakim> $got = SVN::TxDelta::send_stream($fh, @$atd, $self->{pool}); Joakim> } else { Joakim> $got = $exp Joakim> } Joakim> I am no perl programmer so please change as you se fit. That doesn't make any sense. You'll never run the if-true branch there. The value of $got immediately following "my $got;" is always undef. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <merlyn@xxxxxxxxxxxxxx> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training! - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html