Reserved checkouts.

2001-05-02 Thread Richard Sharp
Members Equity Email System Hi all, from my reading of the docs (I'm new to CVS), you can have reserved check outs if you issue a cvs admin -l. I've tried this (I'm using CVS 1.11), it locks the file but still allows another user to check this file out. How can we force reserved checkouts only ?

CVS problem

2001-05-02 Thread sachin desai
Dear Sir, Thanks for reply. According to your instruction i have done all the things but didn't succeed. following i have added in the inetd.conf 2401 stream tcp nowait root /usr/bin/cvs cvs -f --allow-root=/repository pserver when i restart the machine after adding this line to inetd.conf or

RE: Reserved checkouts.

2001-05-02 Thread Richard Sharp
Members Equity Email System But I do need to use reserved checkouts - I have examined the issues for and against and have decided on reserved checkouts. Some of our files will not be able to be merged as they are graphic files etc. Any ideas ? -Original Message- From: Henner Zeller

Re: modified cvs

2001-05-02 Thread David Fuller
As Greg said: You *only* need to know which repository to use when doing the initial checkout of a module -- after that it's all automatic. Once you check out a module from that point on it remembers where it came from (file CVS/root in that folder). CVS will use that by default. WinCVS can

Re: CVS /etc/inetd.conf question

2001-05-02 Thread David D. Hagood
Instead of: env = HOME=/home/cvs it is much better is to specify: passenv = PATH (i.e., don't pass $HOME to the server at all). The daemon is running as root when it starts. Then it drops priviledge to the user's level. Unfortunately, it still trys to look in

RE: CVS OS Migration

2001-05-02 Thread David CM Weber
Hmm. Worse case, I can just run dos2unix (or whatever it is) on the offending files. Not that big of a deal (just so long as I can recurse through the directory tree) Thanks, Dave Weber Backbone Security, Inc. 570-422-7900 -Original Message- From: Rob Helmer [mailto:[EMAIL

Re: modified cvs

2001-05-02 Thread Noel L Yap
Or, if you're going to modify anything, you can add a CVSPATH ev that's a generalization of CVSROOT. Noel [EMAIL PROTECTED] on 2001.05.01 16:56:42 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] (bcc: Noel L Yap) Subject: Re: modified cvs [ On

RE: Reserved checkouts.

2001-05-02 Thread Noel L Yap
I have patches that'll extend 'cvs edit' and 'cvs ci' such that developers can supply options that'll make these commands abort if others are editting the files or a valid edit hasn't been taken on the files, respectively. I'll send you the patches if you want them. You'll only need to use

Re: Reserved checkouts.

2001-05-02 Thread David H. Thornley
Richard Sharp wrote: Members Equity Email System But I do need to use reserved checkouts - I have examined the issues for and against and have decided on reserved checkouts. Some of our files will not be able to be merged as they are graphic files etc. Any ideas ? You don't need

RE: CVS setup

2001-05-02 Thread Mark Hewitt
(a bit late - sorry!) We manage many InstallShield sources in CVS without any problems. The only thing we try to do (but little goes wrong if we forget!) is to work on the Windows pieces by checking out to windows, and UNIX sources by checking out to UNIX. #!/mjh -Original Message-

Re: Reserved checkouts.

2001-05-02 Thread Noel L Yap
[EMAIL PROTECTED] on 2001.05.02 10:21:54 What you want is some way of controlling who's working on the file at any given time, and the CVS way to do that is to set cvs watch on all files that you want to control, and ask the developers to use cvs edit to unlock them. This isn't strict

Re: cvs repository in a bad state, and cvs seg faults on export of pr

2001-05-02 Thread Larry Jones
Ryan Grow writes: We are having problems with one of our working areas. The developer told me that he tried to rename several files from being lower case to having a leading upper case letter. This currently doesn't work on case preserving but case insensitive systems (i.e., Windows). CVS

Re: Date formats

2001-05-02 Thread Larry Jones
Laurie Harper writes: Can anyone tell me what CVS accepts as a valid date format with '-D'? I've tried all the formats from the man page, the format used in the results of 'cvs log' and a number of other variations, but all I get is 'cvs [server aborted]: Can't parse date/time: ...' The

Re: CVS problem

2001-05-02 Thread Larry Jones
sachin desai writes: 2401 stream tcp nowait root /usr/bin/cvs cvs -f --allow-root=/repository pserver Most systems don't allow numeric port numbers in inetd.conf -- you probably need to add a cvspserver entry to your /etc/services file and use cvspserver instead of 2401 in inetd.conf.

Re: CVS /etc/inetd.conf question

2001-05-02 Thread Larry Jones
David D. Hagood writes [quoting me]: Instead of: env = HOME=/home/cvs it is much better is to specify: passenv = PATH (i.e., don't pass $HOME to the server at all). The daemon is running as root when it starts. Then it drops priviledge to the user's

Re: CVS problem

2001-05-02 Thread Matthias Kranz
On Wed, May 02, 2001 at 03:18:22PM +0530, sachin desai wrote: Thanks for reply. According to your instruction i have done all the things but didn't succeed. following i have added in the inetd.conf 2401 stream tcp nowait root /usr/bin/cvs cvs -f --allow-root=/repository pserver Make sure

Re: Reserved checkouts.

2001-05-02 Thread Matthias Kranz
On Wed, May 02, 2001 at 08:11:14PM +1000, Richard Sharp wrote: Members Equity Email System But I do need to use reserved checkouts - I have examined the issues for and against and have decided on reserved checkouts. Some of our files will not be able to be merged as they are graphic files

Re: Date formats

2001-05-02 Thread Laurie Harper
Larry Jones wrote: CVS 1.9 has Y2K bugs that are probably causing the problem. Please upgrade both client and server to the current release (preferably 1.11.1p1, but at least 1.11), which you can find at www.cvshome.org. Ah, that would explain it. Are there any known issues with upgrading

Re: Date formats

2001-05-02 Thread Larry Jones
Laurie Harper writes: Ah, that would explain it. Are there any known issues with upgrading from 1.9 to 1.11.x? [Specifically, does anything need to be done to the repository to preserve it across the upgrade?] The only possible issues I can think of are that -t/-f wrappers are disabled in

somebody...where's zlib.dsp in the CVS source (v1.11.1 1.11.1p1)?

2001-05-02 Thread Dennis Jones
I'm re-posting this because my original question seems to have been lost (or ignored) in the swarm of other questions. The ZLIB.DSP VC++ project file appears to be missing from the source of version 1.11.1 and the new patch, 1.11.1p1. Did someone forget to include it in the source distribution?

Re: CVS /etc/inetd.conf question

2001-05-02 Thread David D. Hagood
[EMAIL PROTECTED] (Larry Jones) wrote: This results in $HOME not being set at all in the server's environment (which will cause CVS to compute it correctly) rather than being set to a bogus value. So, when the CVS server drops priv, it will correctly set the HOME variable to the user's

Re: CVS setup

2001-05-02 Thread Rob Helmer
Ok, sorry I was so vague in my original message. By nothing but trouble I meant you have to be really careful about commitinfo scripts ( and the like ) and account for the fact that there may be spaces in the filename. It's bitten me in other ways, like when I want to grep or find in a sandbox

RE: Reserved checkouts.

2001-05-02 Thread Noel L Yap
Let me make things more explicit. With the patches and 'edit -c' and 'checkin -c' in ~/.cvsrc, the work flow would be: 1. Developer checks out module (all files are read only due to 'cvs watch on'). 2. Developer does 'cvs edit'. If someone else is already editting the file, 'cvs edit' fails and

Re: CVS /etc/inetd.conf question

2001-05-02 Thread Larry Jones
David D. Hagood writes: So, when the CVS server drops priv, it will correctly set the HOME variable to the user's home dir, or will it leave it blank?And if it is left blank, will the server correctly not look for the file, or will is look in the current working directory. It leaves

The hated $Log$ keyword

2001-05-02 Thread Richard Wesley
Hi all - I am talking to some folks (both in house and at another company) about $Log$ functionality, and I have some questions that I was hoping someone could answer quickly: - Is there a more detailed discussion of the problems than what appears at

RE: Reserved checkouts.

2001-05-02 Thread Greg A. Woods
[ On Wednesday, May 2, 2001 at 20:11:14 (+1000), Richard Sharp wrote: ] Subject: RE: Reserved checkouts. Members Equity Email System But I do need to use reserved checkouts - I have examined the issues for and against and have decided on reserved checkouts. Some of our files will not be

RE: CVS OS Migration

2001-05-02 Thread Hamid Ghassemi
You should have no problem moving the repository from a win2k to a Unix platform. I have done it and did not encounter any problems. Hamid Ghassemi F5 Networks, Inc. 206-272-6813 -Original Message- From: David CM Weber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 9:13 AM To:

Sub-modules

2001-05-02 Thread John Temple
I would like to setup cvs to allow me to create a Major Module with Sub Modules with in it. With this my developers with have the capability to check out the Major Module with all of it's Sub Modules or each Sub Module seperately. for example: Major Module (level1) |_Sub Module (level2a)

Re: The hated $Log$ keyword

2001-05-02 Thread Greg A. Woods
[ On Wednesday, May 2, 2001 at 10:39:47 (-0700), Richard Wesley wrote: ] Subject: The hated $Log$ keyword BTW, I appreciate the arguments against using $Log$ (redundancy, merging, admin -m, etc.), but these guys really like the Header Teach them to use cvs log (and even cvs rlog now).

Can't use CVS through rsh w/o a home directory?

2001-05-02 Thread David Hoover
I'm trying to use cvs through rsh here at work. Our password file is distributed with yp, so we can log into all machines (and are hosts.equiv'ed so you can rsh without a password), but we don't necessarily have a home directory on every machine. I've found that it doesn't seem to work if I

List not updated

2001-05-02 Thread Paddy T
Hi I don't see any new messages in cvs mailing list at http://mail.gnu.org/pipermail/info-cvs/2001-April/ from almost 2 days.Why is the list not being updated? Thanks, Paddy Thomas __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at

Re: List not updated

2001-05-02 Thread Larry Jones
Paddy T writes: I don't see any new messages in cvs mailing list at http://mail.gnu.org/pipermail/info-cvs/2001-April/ from almost 2 days.Why is the list not being updated? Maybe because it's now May so the new messages are going into http://mail.gnu.org/pipermail/info-cvs/2001-May? -Larry

CVS Floatation Device needed

2001-05-02 Thread Lamar Seifuddin
Excuse me..for lack of knowledge... background is Sofware testing...now trying to stay afloat on the front end of software development process... job is to convert company software from SCCS and implement CVS. Question: After conversion from SCCS to RCS and copying the *,v files to

cvs locking and watching...

2001-05-02 Thread Luke Miller
I have a groups of designers who are doing CAD work on binary graphical files. Based on that we can really only have one person in each file making changes at a time. I am looking for some inputs on what how best to handle this. I have gone though the manual and looked at reserved checkouts

Re: The hated $Log$ keyword

2001-05-02 Thread Todd Denniston
Greg A. Woods wrote: [ On Wednesday, May 2, 2001 at 10:39:47 (-0700), Richard Wesley wrote: ] Subject: The hated $Log$ keyword BTW, I appreciate the arguments against using $Log$ (redundancy, merging, admin -m, etc.), but these guys really like the Header Teach them to use cvs log

Re: cvs locking and watching...

2001-05-02 Thread Rob Helmer
Hello, On Wed, May 02, 2001 at 02:24:24PM -0700, Luke Miller wrote: I have a groups of designers who are doing CAD work on binary graphical files. Based on that we can really only have one person in each file making changes at a time. I am looking for some inputs on what how best to handle

cvs with xinetd

2001-05-02 Thread Adam W. Montville
Can anyone explain how to set up CVS to work with xinetd rather than inetd? Also, I've been experiencing problems with my pserver authentication. This may be due to the fact that RedHat installed with MD5 passwords enabled. Does this pose the problem I think it might? Regards, Adam

Re: Cvs checkout error!!

2001-05-02 Thread mm rao
Hi Larry, I need your help here. I got the patches from http://www.maui.co.uk/downloads/cvs_propogate/ for controlling permissions to different users. Now as I said before, the entries in inetd.conf file are having the following effects. with -L -P -f options it's giving following error:

Re: Cvs checkout error!!

2001-05-02 Thread Larry Jones
mm rao writes: I got the patches from http://www.maui.co.uk/downloads/cvs_propogate/ for controlling permissions to different users. Your problem seems to be caused by those patches, so I'm afraid we can't help you. My only suggestion is that you install an unpatched CVS and get that

RE: Reserved checkouts.

2001-05-02 Thread Richard Sharp
Members Equity Email System I've tried the cvs watch on method but it still allows another user to do a cvs edit ie it does not fail when I've tried to check it out as another user. Any ideas ? -Original Message- From: Noel L Yap [mailto:[EMAIL PROTECTED]] Sent: Thursday, 3 May 2001

FW: Reserved checkouts.

2001-05-02 Thread Richard Sharp
Members Equity Email System Sorry about this but I forgot to mention - Do I need to install the patches edit -c and checkin -c before the edit fail will work ? I've tried the cvs watch on method but it still allows another user to do a cvs edit ie it does not fail when I've tried to check it

RE: CVS Floatation Device needed

2001-05-02 Thread Jerry Nairn
Lamar Seifuddin [EMAIL PROTECTED] Wed, 02 May 2001 15:54:41 -0500 Question: After conversion from SCCS to RCS and copying the *,v files to a newly created cvs repository which contains the CVSROOT directory but not the CVS directoryand the subdirectories contain the *,v files. That's not

Clarification needed on determining checkout/in status.

2001-05-02 Thread Richard Sharp
Members Equity Email System Hi all, it is my understanding that to determine whether a module is checked out or in is to : cvs his -ao this lists all the files that have been or are, checked out - look for you module and check the date/time of the most recent entry. cvs his -ac this lists

communication between CVS ROOT and client ???

2001-05-02 Thread summit
Hi there: This is Samuel in Taiwan. I encounteredsome problems and hanged on my mind for couples of week. that's .. 1. I built a CVS_ROOT in the linux server (Red Hat 6.2) , and everything goes well I operated various commands within the same computer. But troubles comes up when I try

Re: Clarification needed on determining checkout/in status.

2001-05-02 Thread Laine Stump
Richard Sharp [EMAIL PROTECTED] writes: it is my understanding that to determine whether a module is checked out or in is to : cvs his -ao this lists all the files that have been or are, checked out - look for you module and check the date/time of the most recent entry. cvs his

RE: cvs with xinetd

2001-05-02 Thread Gianni Mariani
Adam, The following is the configuration file I use for xinetd and it works like a charm ! G -- # default: on# description: The cvspserver provides support for cvs network

Sun 5.5.1

2001-05-02 Thread Amin Jaffer
Hi Does anyone know if there is a cvs version that runs on SunOS 5.5.1? thanks amin [EMAIL PROTECTED] ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: cvs with xinetd

2001-05-02 Thread Larry Jones
Gianni Mariani writes: env = HOME= Again, it is much better to use: passenv = PATH (plus whatever other environment variables you want to pass to the server but *not* HOME) instead. -Larry Jones In short, open revolt and exile is the only hope for change? --

Re: Sun 5.5.1

2001-05-02 Thread Larry Jones
Amin Jaffer writes: Does anyone know if there is a cvs version that runs on SunOS 5.5.1? The pre-compiled binary is for SunOS 5.6, so I doubt that it's downward compatible, but you should be able to build it from the source without any problem (see www.cvshome.org). -Larry Jones Apparently