RE: CVS Checkout

2001-03-12 Thread Jouni Kyla-Nikkila
If i ask cvs to do checkout of test it creates test-directory also in to my harddrive and i don't wan't it to do that. I would like that cvs does not do that testi-directory, only classes and source into that directory where i am. With command-line CVS, you can use ``-d .'' to

Pserver Login problem

2001-03-12 Thread Furmaniuk, Michael
I've been checking this on my own, and can't seem to find anything in the docs or mailing archives about the problems I am seeing and how to debug these a little more successfully. I have built CVS 1.11 to use as server/client, and am using Peter Ajamians password utility. Right now I am

Seeing what is on the server

2001-03-12 Thread eexposito001
I have cvs running on an NT server and I am trying to access my repositories via wincvs from another NT box. I manage to log in successfully but I the files in my repository never appear in wincvs. The "list all modules on the server" menu option doesn't seem to do anything either. However, if I

Re: pserver without root access

2001-03-12 Thread Larry Jones
Tom Nott writes: I'd like to run a pserver on a box on which I don't have root access. All the docmentation I've seen seems to imply root is needed. Is what I want to do possible? Certainly. You can run inetd without being root, you'll just have to use an alternate configuration file; or

Re: CVS Checkout

2001-03-12 Thread Larry Jones
=?us-ascii?Q?Jouni_Kyla-Nikkila?= writes [quoting me]: With command-line CVS, you can use ``-d .'' to checkout into the current directory instead of creating a new subdirectory. I have no idea how to do that in WinCVS or any other GUI, though. I tried that but i dows not work. CVS

.cvsignore and directories

2001-03-12 Thread ross . burton
Hi, In one of the directories in our CVS tree we build executables which obviously we don't want to be committed in the tree. For example: . \- Translator \- Binaries.Linux.i386 Translator is in the tree, but Binaries is created by the makefiles. There is a .cvsignore file in Translator

Re: Pserver Login problem

2001-03-12 Thread Larry Jones
Furmaniuk, Michael writes: - If I try to log in to pserver with a Username/Password set in the CVS passwd file I get a login failure, and the following line within my /var/adm/messages file - Mar 12 09:17:30 relpbld03 cvs[819]: login failure (for /home/mfurmani/CVS/webSystems) If

Re: tag limits?

2001-03-12 Thread Eric Sommerlade
We use nearly the same tagging mechanism. I wrote a shell 'script' continuously tagging a file via pserver with an increasing tag number. The tagging process did not slow down after 6000 tags or more, when I interrupted the script. The behaviour when checking out or updating with a specific tag

Cannot re-add files

2001-03-12 Thread Ross Burton
Hi, Several months ago we removed some files from our CVS tree. Now we want to add them back... $ cvs add absolute.oc cvs server: re-adding file absolute.oc (in place of dead revision 2.2) $ cvs commit absolute.oc cvs server: cannot add file `absolute.oc' when RCS file

Re: Seeing what is on the server

2001-03-12 Thread Dennis Jones
You should never access the repository directly...instead, you should check the files out to your local hard drive and view/modify them locally. - Dennis - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 12, 2001 6:35 AM Subject: Seeing what is on

Re: Cannot re-add files

2001-03-12 Thread Larry Jones
Ross Burton writes: $ cvs add absolute.oc cvs server: re-adding file absolute.oc (in place of dead revision 2.2) $ cvs commit absolute.oc cvs server: cannot add file `absolute.oc' when RCS file `/opt/cvsroot/ORIGIN/Libraries/DataArea/NumberItem/absolute.oc,v' already exists If the head

Re: Pserver Login problem

2001-03-12 Thread Peter Ajamian
"Furmaniuk, Michael" wrote: - If I try to login with a test user, set up within the passwd file in CVS, I get an error on the client - cvs [login aborted]: unrecognized auth response from relpbld03.navipath.net: E Fatal error, aborting. I don't understand how this case is different

RE: Pserver Login problem

2001-03-12 Thread Furmaniuk, Michael
Are the passwords encrypted or plaintext? They have to be encrypted to work. If you want you can grab a copy of the new CVSPWD program which will manage the password and readers files for you. You can get the program at http://www.pajamian.dhs.org . Yes, I used the latest version from

cvslines opinions?

2001-03-12 Thread Chris Sharpe
What are everyone's opinions of cvslines to handle parallel development of multiple branches? I wonder why none of the CVS web sites seem to reference it (eg. cvshome.org or cvsbook.red-bean.com)? Cvslines info: http://www.floating.co.uk/netapp/technology/freeware/cvslines/

Re: .cvsignore and directories

2001-03-12 Thread Eric Siegerman
On Mon, Mar 12, 2001 at 03:53:07PM -, [EMAIL PROTECTED] wrote: . \- Translator \- Binaries.Linux.i386 Translator is in the tree, but Binaries is created by the makefiles. There is a .cvsignore file in Translator which contains the line "Binaries.*". However, when I run cvs update

Re: cvslines opinions?

2001-03-12 Thread David H. Thornley
Chris Sharpe wrote: What are everyone's opinions of cvslines to handle parallel development of multiple branches? I wonder why none of the CVS web sites seem to reference it (eg. cvshome.org or cvsbook.red-bean.com)? Cvslines info:

CVS mail

2001-03-12 Thread Anita Chacko
Hi I want to send mail to cvs users only once for every fixed number of commits/updates.How can I achieve this??Can anyone suggest how I can change any scripts? Can I change anything to send a consolidated mail once an hour or so? Pls help as our users are being inundated by mails.Sometimes we