We have just moved our repository and my commitinfo script has stopped working. I am not sure why. I am getting a directory name followed by a list of files...
... Note, the close statement before the while loop was my attempt to fix this problem. It doesn't work and wasn't in the original script. -- Stephen Rasku...
26750
pad_123@...
Dec 8, 2000 6:04 pm
Hi all, Whenever I try to login to an anonymous CVS server, after sometime I get the message " connect to so-and-so server failed;operation timed out." I tried...
26751
Derek R. Price
derek.price@...
Dec 8, 2000 6:53 pm
... If you can't get to any external server with your client, I'd probably suspect a firewall. That might not explain not being able to get to your local...
26752
Derek R. Price
derek.price@...
Dec 8, 2000 6:56 pm
... First off, I'll warn you I know almost nothing about CVSWEB. Anyway, try and find where it adds the .txt extension, use CVS or RCS to look for the -kb...
26753
pad_123@...
Dec 8, 2000 6:57 pm
Hi Other than setting a watch, is there a way to make cvs checkout read only? I want to make the admin files (in CVSROOT directory in the repository) to be...
26754
Larry Jones
larry.jones@...
Dec 8, 2000 7:14 pm
... It sounds like you're behind a firewall that's blocking CVS. -Larry Jones I always have to help Dad establish the proper context. -- Calvin ...
26755
Stephen Rasku
stephen@...
Dec 8, 2000 8:17 pm
We have recently migrated from a locally mounted repository to pserver. One of my developers has a script that takes a list of files and does cvs diff on...
26756
Saima Iqbal
siqbal@...
Dec 8, 2000 8:33 pm
Hi, I work for a Telcordia, and we have recently started using CVS for version control purposes. I had a question regarding the use of a unix script via...
26757
Larry Jones
larry.jones@...
Dec 8, 2000 9:20 pm
... Because the file names are also used verbatim on the server. It isn't right, but it's the way it's always been, it's a bit tricky to fix, and so far no...
26758
Pascal J. Bourguignon
pjb@...
Dec 9, 2000 5:35 am
I'm looking for the sources of a CVS server for UNIX (Linux). Where can I find one? -- __Pascal Bourguignon__ PGP Key ID: 0xEF5E9966 ...
26759
Ashley M. Kirchner
ashley@...
Dec 9, 2000 6:34 am
... http://www.cvshome.org AMK4 _______________________________________________ Info-cvs mailing list Info-cvs@... ...
26760
Pascal J. Bourguignon
pjb@...
Dec 9, 2000 8:19 am
... Where exactly? I've found cvs-1.11.tar.gz, and the only source files that seem to be related to the server part (server.h and server.c) contain...
26761
Raphael Schneider
rasch@...
Dec 9, 2000 9:37 am
Hi, ... As I understand it correctly, cvs (the binary you build) is the server also. If you want access a cvs repository via pserver protocol (port 2401) you...
26762
Pascal J. Bourguignon
pjb@...
Dec 9, 2000 10:05 am
... Yes. Thank you. May I suggest to improve slightly the documentation about this topic, at least, adding a top-level pointer titled 'Setting up the...
26763
Mark Harrison
markh@...
Dec 9, 2000 3:03 pm
... It doesn't quite say so, but this this gave me the general idea to set HOME=~nobody which fixed everything... Thanks! ...
26764
David Shadoff
daves@...
Dec 10, 2000 8:10 am
I have some open-source projects that I am currently using CVS on, and I would like to make them more open-source, so I can collaborate with some developers I...
26765
selkins@...
Dec 11, 2000 4:41 pm
From: Tony Byrne <tony@...> ... comp.software.config-mgmt Regards, Sarah _______________________________________________ Info-cvs mailing list ...
26766
Hanser, Kevin
kevin@...
Dec 11, 2000 7:14 pm
I am experiencing an "odd" problem with a pserver install of CVS. I have cvs installed, and working just fine for all users except one. All the users are set...
26767
Robert Schott
rschott@...
Dec 11, 2000 7:16 pm
My primary target is to use just the command line tools through a secure ssh communication to feed/retrieve the cvs linux box. I wonder if there are any rough...
26768
Hanser, Kevin
kevin@...
Dec 11, 2000 7:52 pm
Hmmm... I think I've found part of my problem. I modified the config file to set SystemAuth=no and I noticed that other users couldn't log in anymore ... clue...
26769
pad_123@...
Dec 11, 2000 8:10 pm
Hi all In the cederqvist manual,for the verifymsg file, the following line is given in the example ^tc /usr/cvssupport/bugid.edit Is tc the name of a...
26770
Ingolf Steinbach
ingolf@...
Dec 11, 2000 8:20 pm
Hi, has someone written an awk/perl/whatever script which generates a table with (at least) the entries "local file name", "revision", "date of checkin" from a...
26771
Laird Nelson
ljnelson@...
Dec 11, 2000 8:22 pm
pad_123@... wrote: [another question answered explicitly by the cvs manual] http://www.cvshome.org/docs/manual/cvs_18.html#SEC166 Cheers, Laird -- W:...
26772
Larry Jones
larry.jones@...
Dec 11, 2000 8:32 pm
... See the very last paragraph of: http://www.cvshome.org/docs/manual/cvs_2.html#SEC30 See also: http://www.cvshome.org/docs/manual/cvs_2.html#SEC32 -Larry...
26773
pad_123@...
Dec 11, 2000 10:50 pm
Hi I have noticed a strange thing with the revision numbers for some files.When the file is opened, it shows the revision numbers and log messages at the top,...
26774
Robert Schott
rschott@...
Dec 12, 2000 6:28 am
My primary target is to use just the command line tools through a secure ssh communication to feed/retrieve the cvs linux box. I wonder if there are any rough...
26775
Paul Sander
paul@...
Dec 12, 2000 7:11 am
That source file seems to have been passed around between several development efforts that use RCS or CVS for version control. Each time the file was shipped,...
26776
Sean Noonan
snoonan@...
Dec 12, 2000 7:21 am
relative newbie, please be gentle. I want to use cvs log (and then cvs2cl.pl) to generate ChangeLogs between two tags so I can see exactly what was worked on...