Really a reserved checkout?

2003-02-28 Thread Arun Sundar
Folks, I am new to CVS. CVS gives the option of reserved checkouts. www.wincvs.org offers a GUI where we have the option of 1.reserved edit 2.forced edit But the problem is even it is reserved edit/forced edit then the other person logs in alters the readonly file at the client and then commits

Re: Really a reserved checkout?

2003-02-28 Thread Larry Jones
Arun Sundar writes: Is this really possible in CVS. If I edit a file, UNTIL I COMMIT it no one should be able to commit that file. CVS is the *Concurrent* Versions System. If that's not what you want, you're using the wrong tool. -Larry Jones Everybody's a slave to routine. -- Calvin

Re: Really a reserved checkout?

2003-02-28 Thread Mark Cooper
It still amazes me how many people are still unwilling to take the 'leap of faith' to the 'concurrent' teamworking methodology which is, after all what cvs is all about, and yet for some reason still want to use the tool. I suppose it's analogous to riding a bycicle without stabilisers for the

Re: Lock contention executing cvs log

2003-02-28 Thread Larry Jones
MacDonald, Ian writes: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary91921517666352637== Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! Shouldn't cvs simply be using read locks while executing the log command? It

Re: Really a reserved checkout?

2003-02-28 Thread Brandon Craig Rhodes
Donald Sharp [EMAIL PROTECTED] writes: The cvs documentation is obtuse and hard to read. It might be more useful to say that the documentation is designed as a reference - it will tell you everything there is to know about one aspect of CVS, then progress to another. This is useful if you

-D question

2003-02-28 Thread Craig Dickson
If I have a file in CVS that has a revision with a modification time of 2003-02-28 17:30:31 and I update my local working copy of the module that that file is in and I pass the -D argument with the value 2003-02-28 17:30:31, will that revision be included or will it be the one before it?

RE: Lock contention executing cvs log

2003-02-28 Thread MacDonald, Ian
Title: RE: Lock contention executing cvs log Thanks Larry, Sorry for the MIME post. I realized that I forgot to turn it off after sending it (and you can't un-send a message). Not sure if you saw my follow up. But I'm now thinking that the lock contention is not the source of my

Re: -D question

2003-02-28 Thread Larry Jones
Craig Dickson writes: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary0030479026202012705== Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! If I have a file in CVS that has a revision with a modification time of

RE: Lock contention executing cvs log

2003-02-28 Thread MacDonald, Ian
Title: RE: Lock contention executing cvs log (Hopefully this time at plain-text) - Sorry again Thanks Larry, Sorry for the MIME post. I realized that I forgot to turn it off after sending it (and you can't un-send a message). Not sure if you saw my follow up. But I'm now thinking

Re: Lock contention executing cvs log

2003-02-28 Thread Larry Jones
MacDonald, Ian writes: While several of my build processes were running, I was monitoring the CVS server with 'top'. I noticed a strange occurrence with two of cvs processes that were currently executing a log command - both processes grew to consume nearly all available memory (in my case

Re: Really a reserved checkout?

2003-02-28 Thread Larry Jones
Ross Patterson writes: But, for example, CVS's peculiar vulnerability to NFS errors isn't touched on at all, despite it being a critical issue. That's a good point, although CVS isn't alone -- I first ran encountered the problem in relation to my company's CAD/CAM/CAE software, which is how

cvs on webserver set up question

2003-02-28 Thread Chris Hall
Please forgive the rambling questions. I have used CVS previously, but am unsure of how to set it up in this environment. I have a web server that has multiple clients and I would like each client to be able to have their own cvs session (so they can not get projects created by other

Changes since a tag but only the revision and check in comments

2003-02-28 Thread Tony Obermeit
How can I obtain a list of changes that have occurred since a tag to the latest version, I want to see the revision and check in comments only. I've been using the following command: cvs -Q rdiff -s -r TAG module but all I'm getting is the revision numbers since the tag, I also want the check

Re: What is a good Windows CVS client?

2003-02-28 Thread Kaz Kylheku
[EMAIL PROTECTED] (Sandeep Gupta) wrote in message news:[EMAIL PROTECTED]... We have a repository that is 124MB of ,v files. The checkout is 92MB. The server is running on Redhat 8.0 with CVS version 1.11.2. All clients are using pserver. A checkout from a Redhat 8.0 client takes 30 - 45

Re: Changes since a tag but only the revision and check in comments

2003-02-28 Thread Larry Jones
Tony Obermeit writes: How can I obtain a list of changes that have occurred since a tag to the latest version, I want to see the revision and check in comments only. You want rlog, not rdiff. -Larry Jones I keep forgetting that rules are only for little nice people. -- Calvin

RE: What is a good Windows CVS client?

2003-02-28 Thread Shankar Unni
It's unsurprising that a POSIX program ported straight to an independently developed, properly done POSIX layer performs better than a version of that program hacked to directly target the platform. On the contrary, I am somewhat surprised. Cygwin is wonderful, but there is a definite

Updating from parent directory

2003-02-28 Thread Craig Dickson
I have a parent directory that contains multiple child directories, eachchild contains the content of a different branch of the same module (the directory names are the same as the branch names). The parent directory is not under CVS control. I would like to be able to run the update

Re: Updating from parent directory

2003-02-28 Thread Larry Jones
Craig Dickson writes: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary37948206652389782== Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! I would like to be able to run the update command on a particular subdirectory (ie.