To the cvs maintainers: I think it would be useful to change the following kind of output on "cvs [-n] update" from cvs update: warning: aaa/bbb/zzz.c is not...
rayer
rayer@...
Mar 2, 1997 1:13 am
4279
Subscribe...
Kevin Chapman
Kevin.Chapman@...
Mar 2, 1997 10:16 pm
4280
What address do I use to send a message to the CVS mail group ?...
Mike Taylor
mike@...
Mar 3, 1997 5:51 am
4281
granny.el has been updated. A few things was not as nice as they could have been. Primarily, there was a few problems that's been sorted out thanks to several...
Martin Lorentzon
Martin.Lorentzson@...
Mar 3, 1997 11:00 pm
4282
I have a user who has cvs removed a file some time ago and now wants a new version of the file on the trunk. Can this be done? How? I know I could move the...
Alan Dragoo
aed@...
Mar 3, 1997 11:01 pm
4283
... Just add it again by 'cvs add' as if it would be a completely new file. CVS then moves it out of the Attic again. Regards, -- Dipl.-Inform. Gerd Kluger...
Gerd Kluger
gerd@...
Mar 4, 1997 12:44 am
4284
unSubscribe delete remove...
Vernon Peets
vpeets@...
Mar 4, 1997 12:56 am
4285
If I am about to embark on some distributed development between 2 teams at different geographic sites, can CVS support me ? The scenario I am thinking of is...
Mike Taylor
mike@...
Mar 4, 1997 1:55 am
4286
Hello, I think I'm having a setup problem here, but can't find any fix from the man pages or ps file. I have installed cvs 1.3 on our HP 710. I can import a...
Oliver Schoenborn
olivers@...
Mar 5, 1997 12:00 am
4287
Hi folks. We were having this small debate internally about which port to use for cvs kserver on our machines. Any plans to register a port for kserver just...
Daniel McRobb
dwm@...
Mar 5, 1997 1:45 am
4288
daniel@...
Mar 5, 1997 2:36 am
4289
Anjani Sudarsan Kumar
anjani@...
Mar 5, 1997 6:36 am
4290
Hello, ... different geographic sites, can CVS support me ? ... application, but they share common code that must undergo change from time to time. We want...
Marten Sorliden
marten@...
Mar 5, 1997 10:28 am
4291
subscribe...
Ryan Smith
res@...
Mar 5, 1997 7:13 pm
4292
... This is described in doc/cvsclient.texi. CVS cannot have two ports registered (go check the IANA documents on port registration if you don't believe me)....
Jim Kingdon
kingdonc@...
Mar 5, 1997 7:23 pm
4293
unsubscribe...
Dinesh Rathi
dineshr@...
Mar 5, 1997 10:24 pm
4294
After running cvs update I wanted to compare the changes that were merged into my version. cvs update: RCS file: /cvs/MERO_SPEC/bpl/cube/Attic/cube.cfg,v ...
R. Ebert
ebert@...
Mar 5, 1997 10:51 pm
4295
Guys, we currently use PVCS as a version control system and for building of releases. Our network consists of some number Windows NT clients and a server, ...
Dr. Eugene Dozortsev
doz@...
Mar 6, 1997 1:49 am
4296
I have an application that needs to list all the files in a given directory that are under CVS control. This listing should be implemented without reference...
Sam Kendall
kendall@...
Mar 6, 1997 3:00 am
4297
... I have no background with PVCS, but if you can convert from it to RCS, you can probably convert to CVS without much trouble. But keep in mind that all...
Paul Sander
paul@...
Mar 6, 1997 7:29 am
4298
Hello, my name is Yoshifumi Yagi. I have used cvs-1.5 with RCS-5.7, and now,I want to version up to cvs-1.9. Now, I could compile the sources and got object of...
Yagi
yagi@...
Mar 6, 1997 9:32 am
4299
What is the RCS equivalent to `cvs annotate'? Martin....
Martin Lorentzon
Martin.Lorentzson@...
Mar 6, 1997 12:17 pm
4300
Am not able to unsubscribe from the the cvs-digest mailing list. Unsubscription requests to cvs-digest-request@... are bounced back with a fatal error...
Srinivas Maddhi
smaddhi@...
Mar 6, 1997 5:28 pm
4301
Hi, a user told me that "cvs remove -f <dir>" does not work. He can remove the files inside the directory, but when trying to remove the (empty but the CVS...
Gerhard Möller
Gerhard.Moeller@...
Mar 6, 1997 7:42 pm
4302
... try: cvs -q -n update It gives a bit more info than just the file names, but it is easy to parse the base output. It'll get a bit trickier if you want to...
John Macdonald
jmm@...
Mar 6, 1997 10:46 pm
4303
I also wish there were a 'cvs status' option that gave an easily parsible output -- I also have an awk script to get the info I need. You can't expect raw cvs...
Daniel P. Kionka
dkionka@...
Mar 6, 1997 10:46 pm
4304
... There's none. annotate is a cvs command that parses the RCS files directly. /assar...
Assar Westerlund
assar@...
Mar 6, 1997 10:54 pm
4305
Mail*Link(r) SMTP FWD>what does that mean ... Date: 3/5/97 5:33 PM From: ADMIN_C After running cvs update I wanted to compare the changes that...
Server C Custodian
server_c_custodian@...
Mar 7, 1997 12:52 am
4306
Mail*Link(r) SMTP FWD>Looking for what one might call 'cvs ls' ... Date: 3/5/97 9:45 PM From: ADMIN_C I have an application that needs to list...
Server C Custodian
server_c_custodian@...
Mar 7, 1997 1:37 am
4307
Hi, I am trying to compile CVS 1.8.1 on a HP C-160 running HP_UX 10.20. ld, however, is having problems finding alloca which is only to be found in a a library...