bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug in cvs 1.12.13 on mandriva 2007 official


From: Mark D. Baushke
Subject: Re: Possible bug in cvs 1.12.13 on mandriva 2007 official
Date: Thu, 07 Aug 2008 19:11:54 -0700

The "error \n" string being written to stdout is being sent to the
client of the pserver. Probably from one of print_pending_error(),
do_cvs_command(), or serve_expand_modules(). In all cases, it should
have previously sent some kind of an error to the client.

The output message would have been this one:
write(1, "E cvs update: Updating softwar/g"..., 60) = 60

The protocol message would have been this one:

write(1, "Clear-sticky softwar/gui/myframe"..., 106) = 106

It would be more useful if you would use 'cvs -vvv' on your cvs client
to get debugging information out of the client.

        -- Mark

Attachment: pgpfaTDIGPdNe.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]