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...
Stephen Rasku
stephen@...
Dec 8, 2000 5:59 pm
26750
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...
pad_123@...
Dec 8, 2000 6:04 pm
26751
... 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...
Derek R. Price
derek.price@...
Dec 8, 2000 6:53 pm
26752
... 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...
Derek R. Price
derek.price@...
Dec 8, 2000 6:56 pm
26753
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...
pad_123@...
Dec 8, 2000 6:57 pm
26754
... 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 ...
Larry Jones
larry.jones@...
Dec 8, 2000 7:14 pm
26755
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...
Stephen Rasku
stephen@...
Dec 8, 2000 8:17 pm
26756
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...
Saima Iqbal
siqbal@...
Dec 8, 2000 8:33 pm
26757
... 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...
Larry Jones
larry.jones@...
Dec 8, 2000 9:20 pm
26758
I'm looking for the sources of a CVS server for UNIX (Linux). Where can I find one? -- __Pascal Bourguignon__ PGP Key ID: 0xEF5E9966 ...
Pascal J. Bourguignon
pjb@...
Dec 9, 2000 5:35 am
26759
... http://www.cvshome.org AMK4 _______________________________________________ Info-cvs mailing list Info-cvs@... ...
Ashley M. Kirchner
ashley@...
Dec 9, 2000 6:34 am
26760
... 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...
Pascal J. Bourguignon
pjb@...
Dec 9, 2000 8:19 am
26761
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...
Raphael Schneider
rasch@...
Dec 9, 2000 9:37 am
26762
... 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...
Pascal J. Bourguignon
pjb@...
Dec 9, 2000 10:05 am
26763
... It doesn't quite say so, but this this gave me the general idea to set HOME=~nobody which fixed everything... Thanks! ...
Mark Harrison
markh@...
Dec 9, 2000 3:03 pm
26764
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...
David Shadoff
daves@...
Dec 10, 2000 8:10 am
26765
From: Tony Byrne <tony@...> ... comp.software.config-mgmt Regards, Sarah _______________________________________________ Info-cvs mailing list ...
selkins@...
Dec 11, 2000 4:41 pm
26766
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...
Hanser, Kevin
kevin@...
Dec 11, 2000 7:14 pm
26767
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...
Robert Schott
rschott@...
Dec 11, 2000 7:16 pm
26768
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...
Hanser, Kevin
kevin@...
Dec 11, 2000 7:52 pm
26769
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...
pad_123@...
Dec 11, 2000 8:10 pm
26770
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...
Ingolf Steinbach
ingolf@...
Dec 11, 2000 8:20 pm
26771
pad_123@... wrote: [another question answered explicitly by the cvs manual] http://www.cvshome.org/docs/manual/cvs_18.html#SEC166 Cheers, Laird -- W:...
Laird Nelson
ljnelson@...
Dec 11, 2000 8:22 pm
26772
... 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...
Larry Jones
larry.jones@...
Dec 11, 2000 8:32 pm
26773
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,...
pad_123@...
Dec 11, 2000 10:50 pm
26774
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...
Robert Schott
rschott@...
Dec 12, 2000 6:28 am
26775
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,...
Paul Sander
paul@...
Dec 12, 2000 7:11 am
26776
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...