bug-cvs
[Top][All Lists]
Advanced

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

checkout_repository-1


From: Paul Edwards
Subject: checkout_repository-1
Date: Fri, 24 Oct 2003 23:42:37 GMT

"Mark D. Baushke" <mdb@cvshome.org> wrote in message 
news:mailman.2414.1067034757.21628.bug-cvs@gnu.org...
> The only thing I have seen is that the nightly testing for TRUNK on
> "Power_Macintosh Darwin" has problems with the remotecheck and bombs out
> during the checkout_repository-1 test.

> So, you see in this particular case, it has lost the

>    "cvs [checkout aborted]: "

> text as a prefix to the error message and gained a "? CVSROOT" line.

Can you apply the following patch and then show me the last
few lines of paul.txt to see if CVS at least thinks it is printing out
the right thing at that late stage.

Obviously I'm only interested in the situation where the test is
reported as a failure, ie as part of the nightly build, not what
happens when it is run manually and works.

BFN.  Paul.


Index: server.c
===================================================================
RCS file: /cvs/ccvs/src/server.c,v
retrieving revision 1.328
diff -c -r1.328 server.c
*** server.c 12 Oct 2003 00:07:43 -0000 1.328
--- server.c 24 Oct 2003 23:35:25 -0000
***************
*** 6241,6246 ****
--- 6241,6251 ----
  void
  cvs_outerr (const char *str, size_t len)
  {
+     FILE *fq;
+
+     fq = fopen("paul.txt", "a");
+     fprintf(fq, "xxx%syyy\n", str);
+     fclose(fq);
      if (len == 0)
   len = strlen (str);
  #ifdef SERVER_SUPPORT




reply via email to

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