CVS update -- core dump problem
Stanley Sutton
sutton@t-surf.com
Mon Jul 29 16:39:00 GMT 2002
Ok. I'll drop the '-d' in the future. I have the cvs update command
aliased for work, as we allways use the '-P -d' options. I then pipe it
through a sed script to remove the '?' and other noise lines, so I'll
re-write the alias a bit.
-----Original Message-----
From: Stan Shebs [mailto:shebs@apple.com]
Sent: Mon 29-Jul-02 10:30
To: Stanley Sutton
Cc: xconq7@sources.redhat.com
Subject: Re: CVS update -- core dump problem
Stanley Sutton wrote:
>The first attachment is my log from doing a checkout of the xconq
module
>from
>CVS. When I do a "cvs -z 9 update -P -d", it adds several directories
>that
>aren't in the original checkout, libcurses, tcl, and tk. As near as I
>can tell, when I compile the orighinal checkout, everything works ok,
>but after an update, the system still compiles, but I get a core dump
>when I run xconq.
>
>I suspect the version of tcl/tk being compiled under xconq does not
>match the installed version on my system (any of the 3 installed,
>anyway).
>
>Is anyone familiar enough with CVS to tell me why I get the extra stuff
>on update?
>
Yeah, it's the "-d", by which you ask it to create any directories in
the
repository that are not present in your checkout. Generally you don't
need -d unless somebody creates a new subdirectory, and that hasn't
happened in Xconq for some time.
Probably the tcl and tk dirs should be evaporated now? They were
more useful a few years ago, when tcl/tk was still being worked on
for Windows etc, but I think the private copies have outlived their
usefulness.
Stan
>
More information about the Xconq7
mailing list