... We use backing directories (ie vpath) so that we can check out the stuff that we're changing while building against a public, read-only copy of the stuff...
Noel Yap
nyap@...
Sep 1, 1998 1:46 pm
9470
Hi, i tried to build cvs-1.10 on a solaris machine. make check fails (see below). Does anybody knows what's going wrong Thanks Dirk /bin/sh ./sanity.sh...
Dirk Rejahl
dirk.rejahl@...
Sep 1, 1998 2:33 pm
9471
I can't rememeber how long, but at least since cvs 1.9.10, the `cvs diff' output has been Wrong. It does not include pathnames as part of the diffed files,...
Todd Vierling
tv@...
Sep 1, 1998 3:35 pm
9472
... Thanks ! It was exactly what I was looking for !!!! Sincerely, Alexander -- Alexander V.Didytch, Kyiv, Ukraine -- Good programmers know what to write....
Alexander V.Didytch
unknownthegreat@...
Sep 1, 1998 3:46 pm
9473
... I assume then, that you use the vpath+ patch for gnumake? ... VERY INTERESTING. I'm curious, however, how well this approach scales? Our tree is quite...
Peter A. Vogel
pvogel@...
Sep 1, 1998 7:18 pm
9474
... if you are using servers with programmable email, you might like to trigger your commits/updates/etc. based on the "CVS Update" messages that can be ...
sean dreilinger
sean@...
Sep 1, 1998 8:57 pm
9475
I'm having problems committing files using CVS (compiled with DJGPP) to a repository on our NFS Server. On the server, the file's permissions are: -r-xr-xr-x...
Dan Davis
dand@...
Sep 1, 1998 9:29 pm
9476
Hi Everyone, I am new in learning CVS. I have a question re "cvs co -D". Does it always return the latest version of the supplied date on the TRUNK? How do...
ruiming chen
ruiming.chen@...
Sep 1, 1998 9:41 pm
9477
... Can you describe this patch? We use a home-grown patch that checks the vpath for included makefiles. Noel...
Noel Yap
nyap@...
Sep 1, 1998 10:41 pm
9478
[snips] ... Yes, this was an interesting paper indeed. It will forever change the way I view project organization. But... I'm still wrestling with how to...
Jerry Hicks
jhicks@...
Sep 1, 1998 10:47 pm
9479
... IMHO, it scales extremely well. The approach is similar to having header files include other header files (only when necessary). It's the *only* way to...
Noel Yap
nyap@...
Sep 1, 1998 10:48 pm
9480
... Yeah, this is a problem. For now, the only solutions I can see is to: 0. Use recursive make, or, 1. Hack your own stack using the functions provided. My...
Noel Yap
nyap@...
Sep 1, 1998 10:58 pm
9481
... Thanks for the reference; I have added a link on http://www.cyclic.com/cyclic-pages/security.html OpenBSD also has a similar page which I link to....
Jim Kingdon
kingdonc@...
Sep 1, 1998 11:08 pm
9482
... Where is this automagic feature documented? ... Chris Cameron N.Z.TSSC ccameron@......
Chris Cameron
ccameron@...
Sep 1, 1998 11:52 pm
9483
The VPATH+ patch makes VPATH useful. Gnumake 3.x (where x<76) implements the POSIX standard VPATH, which is *completely* braindead. If a file X is not found...
Peter A. Vogel
pvogel@...
Sep 1, 1998 11:54 pm
9484
All, Here is a conversation I had with Tim Endres that makes some ... [...] I think this is a grey area. The Cederqvist manual, B.2 The cvswrappers file, ...
Derek Simkowiak
dereks@...
Sep 2, 1998 3:33 am
9485
Hello there, I'm using cvs and I'd like to generate a ChangeLog file from cvs log message. I know I can do that with the 'loginfo' file and some Perl script....
Irides Astera
irides@...
Sep 2, 1998 4:24 am
9486
... As of CVS 1.10, -k wrappers work great (with one relatively obscure exception documented at http://www.cyclic.com/cvs/dev-binary.html). That statement is...
Jim Kingdon
kingdonc@...
Sep 2, 1998 4:37 am
9487
Another annoying thing is that when diffing between two versions (i.e, diff -rv1 -rv2), CVS gives you output that he is retrieving the two versions from the...
Rotstein Micha
Micha_Rotstein@...
Sep 2, 1998 7:22 am
9488
... i use the rcs2log script that comes with cvs in the contrib/ subdirectory of the cvs source code distribution. at work i have a cron job that runs rcs2log...
sean dreilinger
sean@...
Sep 2, 1998 9:43 am
9489
hi derek: there are two sorts of 'wrappers' for cvs, -t/-f and cvswrappers-- i can't keep them straight, and they both appear to go by the informal term ...
sean dreilinger
sean@...
Sep 2, 1998 10:21 am
9490
... For most people there is an easy way to tell them apart: -k wrappers are the ones you use -t/-f wrappers are the ones that confuse you. You probably...
Jim Kingdon
kingdonc@...
Sep 2, 1998 2:58 pm
9491
I second the notion that wrappers-going-away would be very bad. Not just 'auto binary flag', but tar-wrappers as well. There is a large group of folk that...
Bill Bumgarner
bbum@...
Sep 2, 1998 4:45 pm
9492
Consider this revision tree and a bug is detected in release 1. +-----+ +-----+ +-----+ +-----+ +-----+ ! 1.1 !----! 1.2 !----! 1.3 !----! 1.4...
John Muller
john.muller@...
Sep 2, 1998 9:10 pm
9493
I beg your pardon, but to remove the -t/-f wrappers will break many existing repositories. It works great and I see no way to do it with other cvs-features. ...
Michaelis, Ulf
UMichaelis@...
Sep 2, 1998 9:26 pm
9494
... You want CodeFab CVS at http://www.codefab.com/codefab/CVS.html...
Jim Kingdon
kingdonc@...
Sep 2, 1998 10:39 pm
9495
... There stuff is seriously outdated. Wilfredo Sanchez did submit patches to cvs-1.9.26 and submitted a fix to the problem causing you to remove the local...
Michael Brouwer
mb@...
Sep 2, 1998 11:57 pm
9496
... I will say why I think it is logical. CVS 1.9.26 (and 1.9.27) will destroy people's sources if they are using -t/-f wrappers. I don't want that to happen...
Jim Kingdon
kingdonc@...
Sep 3, 1998 1:36 am
9497
Is there any way to get CVS to save *just* the file permissions and not the other stuff (like the hard link structure) that PreservePermissions is trying to...
Larry Coffin
lcoffin@...
Sep 3, 1998 4:13 am
9498
Hi Sean and everyone else, ... I've been working on a module (I call it mod_cvs) for Apache that automatically checks if files checked out from a CVS...