... Those are in fact RCS keywords. Read about them in man co (co is part of RCS). The keywords I found useful (put them into file and look what they do ;-) ):...
Marcin Kasperski
Marcin.Kasperski@...
Jun 1, 1999 7:06 am
12842
Hello!
The patches to sanity.sh to make it work on Linux were insufficient.
First of all, if the 4th argument to dotest() is "" it is ignored. I don't
know...
Pavel Roskin
pavel_roskin@...
Jun 1, 1999 10:03 am
12843
... Wouldn't it make more sense to include them with the CVS documentation, especially since you don't have to install RCS separately any more (I think)? -- ...
Bill Wohler
wohler@...
Jun 1, 1999 4:23 pm
12844
... Well, I have no idea how to do this on the Win98 client unless you've a set of unix tools on it, but you can do the following: 1. log into the linux...
Noah Romer
noah.romer@...
Jun 1, 1999 4:32 pm
12845
Hello! When running "cvs commit" with a valid CVSROOT but without "CVS" directory cvs dumps the core. This is the backtrace (for the CVS/current sources): This...
Pavel Roskin
pavel_roskin@...
Jun 1, 1999 5:08 pm
12846
Hello! I have already reported this, but now I understand the situation better, so my report may be useful. When a file is imported, it gets two revisions tags...
Pavel Roskin
pavel_roskin@...
Jun 1, 1999 6:08 pm
12847
i am wondering how cvs advocates describe cvs to layfolk. i'm thinking of describing it as a tool for quality assurance, which leads into CM, into version...
sean dreilinger
sean@...
Jun 1, 1999 9:10 pm
12848
... That makes a lot of sense. Too much sense :-). dotest() had a bug such that if the 3rd argument is "", the 4th argument is ignored. However, that was...
Jim Kingdon
kingdonc@...
Jun 1, 1999 9:58 pm
12849
Hi Tor: Once this is done; how would you extract the difference between that latest vendor version and your changes? For example: 1. I import a release from a...
Thomas Jordan
ace@...
Jun 1, 1999 11:16 pm
12850
I have noticed that several of my co-workers do not actually logout of a CVS session after the "cvs login" command. Is there a way to have CVS time out or...
dee@...
Jun 1, 1999 11:46 pm
12851
... Off the top of my head, $ cvs diff -rV_1 -rHEAD -u That is: show the differences between vendor version 1 and the most recent committed version on the...
Martin Pool
martinp@...
Jun 2, 1999 3:03 am
12852
I was wondering where I could some information on document modifier tags, I'm using "%Log: filename,v %" in my files which I learnt about by seeing it in some...
Mark Derricutt
mark@...
May 31, 1999 11:05 pm
12853
Is there a specific mailing list for WinCVS itself? To talk about specific WinCVS issues/features etc. etc. or is this list where we do -- Mark Derricutt, PB...
Mark Derricutt
mark@...
May 31, 1999 11:34 pm
12854
... H'm that's the same work around I'm using at the moment :)) ... But is it a bug or is this the normal behaviour, maybee someone can explain this. Thanks, ...
Gerhard Ahuis
gerhard@...
Jun 2, 1999 6:13 am
12855
[ On Tuesday, June 1, 1999 at 20:39:45 (+0400), Pavel Roskin wrote: ] ... Since all "cvs import" operations are require a unique tag that's placed on all...
Greg A. Woods
woods@...
Jun 2, 1999 7:01 am
12856
Hello, Jim! ... Thank you for your work. Unfortunately, the test ends with: PASS: basicc-9 cvs [release aborted]: cannot get working directory: No such file or...
Pavel Roskin
pavel_roskin@...
Jun 2, 1999 9:36 am
12857
Hello! ... I'm affraid I don't quite undestand you. Let's consider the following example. There are files file1 and file2 in all versions. "cvs commit" assumes...
Pavel Roskin
pavel_roskin@...
Jun 2, 1999 10:46 am
12858
... Hm, I never log out.. it isn't a 'login' as such, cvs login is just a way to get the password into your $HOME/.cvspass file, to put it simply. cvs logout...
Tor Arntsen
tor@...
Jun 2, 1999 10:52 am
12859
... The main branch is anonymous, so you will have to give it a tag first: cvs -q upd -A -kk cvs -q tag local_fixes_1 And then you produce your diffs. You can...
Tor Arntsen
tor@...
Jun 2, 1999 10:52 am
12860
Hello! Using "-I" argument for the "update" command doesn't prevent the mentioned files from being updated from the CVS server. It only suppresses question...
Pavel Roskin
pavel_roskin@...
Jun 2, 1999 11:20 am
12861
... Because he's doing the -D on the trunk (not the vendor branch). The problem is that the magic branch (like most other RCS metadata) is not versioned. So...
Stefan Monnier
monnier+lists/cvs/new...
Jun 2, 1999 12:55 pm
12862
How can I get rid of the message cvs update: use `cvs add' to create an entry for foo if I really don't want to `cvs add foo' ? I'd expect .cvsignore to do...
Stefan Monnier
monnier+lists/cvs/new...
Jun 2, 1999 2:54 pm
12863
Greetings, I just started to move the configuration files of my three Debian systems under cvs. If available (i.e. the file is not generated afterwards which...
Hannu Koivisto
azure@...
Jun 2, 1999 3:13 pm
12864
Hi all, I'm a long time user of CVS, but since I've usually been involved in setting up CVS from the start of a project, or I've been converting from a...
Peter A. Vogel
pvogel@...
Jun 2, 1999 4:12 pm
12865
... Perhaps the solution would be to fall back on the former gethostname() behaviour in the :local: case (which is to call GetComputerName). The only problem I...
Randy Coulman
RandyC@...
Jun 2, 1999 4:37 pm
12866
... Well, it seems like having CVS skip WinSock calls if :local: is specified might be worth thinking about. Although not having the hostname might be bad in...
Jim Kingdon
kingdonc@...
Jun 2, 1999 4:47 pm
12867
I have been asked to develop an application for a client. The code will be stored in the clients CVS repository for which I have limited and have only...
Has anyone tried to use pluggable authentication modules (PAM) with CVS on Linux? I would like to use an NT domain controller login to authenticate access to...
Malcolm Box
malcolm@...
Jun 2, 1999 5:38 pm
12870
Dear Netters, I am compiling cvs 1.10 on a HP server and I got the following error: cc -I. -I.. -I. -I../lib -DHAVE_CONFIG_H -g -c server.c cc:...