CVS errors / CVS patch [was: Re: [Nut-upsdev] newhidups and APC
Back-UPS CS 350]
Wolfgang Ocker
weo at weo1.de
Wed Aug 17 06:46:19 UTC 2005
On Mon, 2005-08-15 at 17:04 +0200, Thomas Jarosch wrote:
> I wanted to try the CVS version but it seems anonymous CVS is broken.
> The error messages looks like this:
> https://alioth.debian.org/tracker/index.php?func=detail&aid=301952&group_id=1&atid=200001
With this patch applied to the CVS source code you can access the broken
CVS server installation at alioth:
--- cvs-1.11.19.orig/src/client.c 2005-08-17 08:36:04.000000000 +0200
+++ cvs-1.11.19/src/client.c 2005-08-17 08:40:03.000000000 +0200
@@ -4078,9 +4078,12 @@
}
else
{
+ /* XXX error() disabled -- ignore messages from server. */
+#if 0
error (1, 0,
"unrecognized auth response from %s: %s",
root->hostname, read_buf);
+#endif
}
free (read_buf);
}
Greetings,
Wolfgang
More information about the Nut-upsdev
mailing list