info-cvs
[Top][All Lists]
Advanced

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

cvs update - Hangs w/my build under Cygwin 1.3.7 on Windows98


From: Art
Subject: cvs update - Hangs w/my build under Cygwin 1.3.7 on Windows98
Date: Wed, 16 Jan 2002 14:59:00 -0600

Hi!

Please let me know if there's a more appropriate mailing list.

I have rebuilt cvs on my system under Cygwin, it wasn't hanging
before. The last line I got after I ussued: "$ cvs update" was:

 cvs server: Updating zlib/os2

and I had to interrupt it with a ^C.
The only material change I made was to savecwd.c to let it
know that Cygwin does not have do dirs with open().
I did augment a couple of error messages to aid in my debugging.
See below.

BTW, I noticed WinCvs, which I ran from Windows vs Cygwin
did not hang. Could this mean it's a terminal window problem?
Also, when I invoke wincvs from Cygwin (via a script which cd's
me to it's install dir), it does recognize Tcl/Tk, but not Python
(I have Python 2.1.1 installed and available under Cygwin...).

Thanks,

Art

Here's a diff:

$ cvs -d /cvs diff -bi
cvs diff: Diffing .
Index: rcs.c
===================================================================
RCS file: /cvs/ccvs/src/rcs.c,v
retrieving revision 1.1
diff -b -i -r1.1 rcs.c
7078c7078
<       error (0, 0, "invalid change text in %s", name);
---
>       error (0, 0, "(rcs_change_text) invalid change text in %s", name);
7160a7161,7162
>       if(!quiet)
>                       fprintf(stderr, "[RCS_deltas] entered..\n");
7256c7258
<                       error (1, 0, "invalid change text in %s",
rcs->path);
---
>                       error (1, 0, "(RCS_deltas) invalid change text in
%s", r
cs->path);
7449a7452,7453
>       if(!quiet)
>                       fprintf(stderr, "[RCS_deltas] returning..\n");
Index: src/recurse.c
===================================================================
RCS file: /cvs/ccvs/src/recurse.c,v
retrieving revision 1.2
diff -b -i -r1.2 recurse.c
1073c1073,1074
<           error (1, errno, "could not chdir to %s", dir);
---
>          error (1, errno, "(do_dir_proc) could not chdir to %s\n(saved
cwd:'%s
')",
>               dir, cwd.name);
1188c1189,1191
<           error (1, errno, "could not chdir to %s", p->key);
---
>           error (1, errno,
>                       "(unroll_files_proc) could not chdir to %s\n(saved
cwd:'
%s')",
>                       p->key, cwd.name);
-- end of message --





reply via email to

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