It seems that when using the Windows-NT client, an LF is always converted to a CRLF when checking out or updating a file from the repository. I suppose on...
Mark Plotnick ...
Oct 10, 1995 8:27 pm
2
[ Re Greg has observed a bug in which .cvsignore files are "remembered" in sub-directories, but I (Dave Wolfe) was not able to easily reproduce the problem. ] ...
Dave Wolfe ...
Oct 10, 1995 8:41 pm
3
... It is officially released; the mini-faq needs an update....
Karl Fogel ...
Oct 10, 1995 8:44 pm
4
If someone does "cvs rm <files>; cvs ci <files>" then how does everyone else get rid of those files in their working dir? (Using CVS 1.5 or 1.6, which has...
Gary Oberbrunner ...
Oct 10, 1995 8:58 pm
5
[ On Tue, October 10, 1995 at 10:04:50 (-0500), Dave Wolfe wrote: ] ... I agree it should be fixed to work as documented. Anything else would leave the...
Greg A. Woods ...
Oct 10, 1995 9:08 pm
6
... The history is not lost. Commands like "cvs log foo" "cvs diff -r 1.2 -r 1.3 foo", where foo is the old name, mostly work (I think there have been some...
Jim Kingdon ...
Oct 10, 1995 9:20 pm
7
I get the following errors during cvsinit: The ...../cvsroot/CVSROOT/loginfo file does not exist. Making a simple one for you... cat: contrib/log.pl: No such...
Kai Quale ...
Oct 10, 1995 9:36 pm
8
I am about to take a large directory, divide it into two others, moving some of the files into one, some into the other, and some possibly into both (in which...
gary webb x240 ...
Oct 10, 1995 9:50 pm
9
... I suppose a really easy way would be to first create a text file that has the list of files to be deleted, e.g.: file1.c file2.c dir1/file3.c ...
Steve Willer ...
Oct 10, 1995 11:16 pm
10
Hi, I'm not sure if this is of interest, but cvs-1.6 (from prep) builds and passes all sanity tests on alpha-dec-osf1 v3.0 and hppa1.1-hp-hpux v9.03. The...
Manoj Srivastava ...
Oct 10, 1995 11:46 pm
11
Hi, loginfo is the file in ${CVSROOT}/CVSROOT such as /projects/src/CVSROOT/loginfo where /projects/src is ${CVSROOT} and loginfo is under...
Anurag Jain ...
Oct 11, 1995 12:10 am
12
I'm running on CVS 1.5 on HPUX 9.X an HPUX 10.0 and haven't had any problems (yet). Could it be that you didn't run it from the source directory? Just a...
R. Scott Youmans ...
Oct 11, 1995 12:14 am
13
... Looks like a relative path problem. Try running cvsinit from the directory where cvs was unloaded. contrib and examples are subdirectories. Mike Sutton...
Mike Sutton ...
Oct 11, 1995 12:16 am
14
GET ME OFF YOUR MAILING LIST! DIDN'T REALIZE THIS WOULD MEAN RECEIVING MAIL EVERY 20 MINUTES. ;-). Thanks, Rosemary....
Rosemary Alles ...
Oct 11, 1995 1:02 am
15
[thanks for the help with update deleting "no longer relevant" files; pilot error prevented me from discovering that myself... hopefully that's not the case...
Gary Oberbrunner ...
Oct 11, 1995 1:24 am
16
the cvsinit script looks in the creates a repository for you using the stuff in the examples directory which get installed in LIBDIR (as definded by the...
Vince Demarco ...
Oct 11, 1995 2:02 am
17
Dear Mr. Grubbs and everybody else on the CVS mainling list: ... Apologies regarding the shouting (sincerely). Ignorance was not bliss in this case and is not...
Rosemary Alles ...
Oct 11, 1995 7:41 am
18
hae s jung ...
Oct 11, 1995 8:38 am
19
Hi When you create a new CVS library with the standard cvsinit file you will get a loginfo file with a DEFAULT action to start a script log.pl that will create...
gtornblo@...
Oct 11, 1995 11:31 am
20
... This was a big problem for us so we have a local fix for it which is to have a list of file extensions that are always treated as binary. This is a bit...
Alastair Young ...
Oct 11, 1995 3:33 pm
21
... Well, lucky for me I had procmail switched on last week and so I managed to keep the last copy. I will update it if nobody else does. In the mean time, I...
Del ...
Oct 11, 1995 4:37 pm
22
... If you are not using the file log.pl, you may just comment out the DEFAULT line in the loginfo file. If you are using it, you may just edit the perl script...
danielv@...
Oct 11, 1995 4:54 pm
23
(please ignore the preceeding empty mail! NK) Hi! The RCS keyword $Name:$ is unusable with CVS because CVS always calls "co" with numerical revision numbers....
Norbert Kiesel ...
Oct 11, 1995 5:28 pm
24
so long Norbert Norbert Kiesel Software-Ley GmbH Lindenstr. 15 Phone: +49 2238 96600 I'll live forever D-50259 Pulheim Fax: +49 2238 50842...
Norbert Kiesel ...
Oct 11, 1995 5:45 pm
25
... I don't think you need to make a list. Simply have them to a cvs update -P -d <root_directory> If they haven't modified the deleted files they should be...
Paul Breslin ...
Oct 11, 1995 6:08 pm
26
... In the examples directory (on my system under /local/gnu/lib/cvs) there is a loginfo file, but no log.pl. Guess I'll go pester my systems administrators......
Kai Quale ...
Oct 11, 1995 7:39 pm
27
Thanks Norbert for making this fix I requested! I think I can apply the patch manually, but I am betting there is an automatic way to apply it? (Probably...
Scott Butler ...
Oct 11, 1995 7:59 pm
28
Hi, I realize this question may have been asked several times before or may be in a FAQ list but I don't know where to find this list so here it goes. I'm...
Michele Mercer ...
Oct 11, 1995 8:18 pm
29
... *BLUSH* I didn't see that - never entered my mind one might have to run it from a special directory. Now it works - thanks ! kai...
Kai Quale ...
Oct 11, 1995 9:02 pm
30
... I can't believe I have to run cvs from (and therefore use as working directory) /local/gnu/lib/cvs - it would make cvs a single-user system ? kai...