[svk-devel] Failed read in svk sync (SVNRaPipe.pm)

Mark Grimes mark at stateful.net
Tue Dec 5 23:11:05 EST 2006


FYI, everything's been smooth sailing over here otherwise.

(mark at entropy ~) svk -v
This is svk, version 1.99_04 (using Subversion bindings 1.4.2)

(mark at entropy ~) svk sync /tm/mirror/trunk
Syncing https://macromates.com/svn/Bundles/trunk
Retrieving log information from 6289 to 6298
Committed revision 6314 from revision 6289.
Committed revision 6315 from revision 6290.
Committed revision 6316 from revision 6291.
Committed revision 6317 from revision 6292.
Committed revision 6318 from revision 6293.
Committed revision 6319 from revision 6294.
Committed revision 6320 from revision 6295.
Committed revision 6321 from revision 6296.
Committed revision 6322 from revision 6297.
Committed revision 6323 from revision 6298.
Died at /opt/local/lib/perl5/vendor_perl/5.8.8/SVK/Mirror/Backend/ 
SVNRaPipe.pm line 197.

    sub read_msg {
        my $self = shift;
        my ($len, $msg);
 >>     read $self->fh, $len, 4 or die $!;
        $len = unpack ('N', $len);
        my $rlen = read $self->fh, $msg, $len or die $!;
        return \$msg;
    }



Mark Grimes, Principal Developer
Stateful Labs


-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.bestpractical.com/pipermail/svk-devel/attachments/20061205/09fa2735/PGP.pgp


More information about the svk-devel mailing list