... Graham> But unless you cvs-track 'configure39; as well, you can't Graham> generate patches that update one release to the next using Graham> 'cvs rdiff'. ...
216
Tom Tromey ...
Nov 1, 1995 9:31 am
... Graham> If you ever plan on upgrading your autoconf installation Graham> between releases of your own package, it becomes impossible to Graham> generate...
217
Thomas Nilsson ...
Nov 1, 1995 11:39 am
... Here at SoftLab we use an intermediate solution: 1) ignore OS versions ;-) 2) keep a resonable number of older tools available 3) use explicit version...
218
Nigel Metheringham ...
Nov 1, 1995 12:20 pm
Is there a way, other than simply running the output of CVS patch through a sed script, to make all the pathnames referred to in the patch Index: lines be...
219
Fred Donck ...
Nov 1, 1995 1:36 pm
Thomas Nilsson writes: =;-) ... Here at SoftLab we use an intermediate solution: 1) ignore OS versions ;-) 2) keep a resonable number of older tools available ...
220
Thomas Nilsson ...
Nov 1, 1995 7:36 pm
... Doesn't work with to many other programs though ;-) /Thomas...
221
Greg A. Woods ...
Nov 1, 1995 9:56 pm
[ On Wed, November 1, 1995 at 13:15:27 (+1100), Graham Stoney wrote: ] ... Good point. I knew there was a flaw in there somewhere, but since I've never had...
222
Anthony J. Lill ...
Nov 1, 1995 10:19 pm
... Tom> This means that we have a choice: either keep the old Tom> compilers around, or just ignore the problem and move Tom> forward. We chose the latter,...
223
Phillip Beiler ...
Nov 1, 1995 10:27 pm
I realize that my versions of CVS/RCS are a little out-dated, but they still work great.. RCS version 5.6.0.1. CVS Kit, Version 1.3 My question is, why do I...
224
Michael Richardson ...
Nov 1, 1995 10:28 pm
... We do the same thing here. This is especially relevant with C++ code and the switch in auto variables between 2.6.3 and 2.7.0. We find ourselves putting...
225
Greg A. Woods ...
Nov 1, 1995 10:30 pm
[ On Wed, November 1, 1995 at 09:32:18 (+0000), Nigel Metheringham wrote: ] ... smail misc/smail m-smail master/smail When I 'cvs rdiff' you can imagine what...
226
Nigel.Metheringham ...
Nov 1, 1995 10:35 pm
} However if I tell people to use "patch -p2" all is solved. Hi Greg, Fine for thee, me and the dev team, other people don't take any notice of instructions -...
227
Greg A. Woods ...
Nov 1, 1995 10:58 pm
[ On Tue, October 31, 1995 at 23:49:57 (MST), Tom Tromey wrote: ] ... It's getting easier now there are full-source OS distributions freely available (NetBSD,...
[ Nigel Metheringham writes: ] ... Just supply appropriate instructions on how to run patch for your particular patch file. Excerpt from the patch man page: ...
230
Warren Jones ...
Nov 2, 1995 1:51 am
I'm puzzled by "cvs add -k kflag". According to the CVS 1.6 man page: The `-k kflag' option specifies the default way that this file will be checked out. The...
231
Gerry Lachac ...
Nov 2, 1995 4:53 am
I was curious to see what tkCVS looked like, so I made modifications to it in order to get it to the point where it displays the file listing of the current...
232
Scott Butler ...
Nov 2, 1995 4:53 am
If Warren is right then I have some trouble. I have test case output in some of my directories and I am counting on the -ko flag to work on a per/file bases...
233
Claus Jensen ...
Nov 2, 1995 11:00 am
... This is odd, since in 1.5 it is stored in the RCS file and I can't think of any reason to change that. If what you say is true (and why should I doubt that...
Dear folks, I am using CVS 1.5 I've just set-up the repository and am still learning. This shouldn't be relevant but just in case I'll go over the...
236
Steven Jowers ...
Nov 2, 1995 7:05 pm
Gerry, ... I've talked with Del, the author of tkCVS, about this very thing. Some work has already been done. Other work still remains. In particular, he said...
237
Marc N. Cannava ...
Nov 2, 1995 7:10 pm
I am new to the world of CVS, and have just installed it and am using it for a project we're working on. Everything seems fine, except that I've noticed the ...
238
Kirby Koster ...
Nov 2, 1995 8:27 pm
-*- As spoken by Claus Jensen -*- ... I can think of one case where I don't want the -k option I specify to be saved in the RCS file. Often when merging it is...
239
Vince Demarco ...
Nov 2, 1995 8:28 pm
Here is a small perl script that displays the hiearch of tags on a CVS file. Someone was asking for this awhile back. vince #!/usr/local/bin/perl ...
240
B.G. Mahesh ...
Nov 2, 1995 10:12 pm
Recently I asked a question about cvs remote. I have started testing and I have some questions. sun1 has the cvs repository. sun2 users want to use the sun1...
241
John Goodsen ...
Nov 2, 1995 10:18 pm
From: radcvs@... --text follows this line-- I have developed yet another GUI for CVS, called RAD/CVS. It is a pretty functional Beta release right...
242
Nilesh Patel ...
Nov 2, 1995 11:57 pm
When I looked at the ",v" files in the repository, Only the files on which the -k flag is set by "cvs admin -ko" have an entry like expane @o@; whereas other...
243
Greg A. Woods ...
Nov 3, 1995 12:41 am
[ On Thu, November 2, 1995 at 12:04:10 (-0500), B. G. Mahesh wrote: ] ... Not necessary for rsh/rlogin (which is what default remote cvs uses). ... Don't...
244
Warren Jones ...
Nov 3, 1995 1:56 am
... When you run "cvs admin -ko", the kflag information is stored in the ",v" file in the repository. You can see this by running "cvs log": eg$ cvs log...