RE: Watch in Wincvs

2003-04-04 Thread Gurpreet Singh (SCM)
Title: Watch in Wincvs hi The commandwould merge the rev 1.2 / 1.4 to ur local copy and after u need to commit it. $ cvs update -j 1.4 -j 1.2 filename.ext will remove all changes made between revision 1.2 and 1.4. Regarding the watches : You are fine for the action specifically

Re: CVS _ Help

2003-04-04 Thread Larry Jones
Aju writes: At present, I have created a single user 'cvs' which can connect to the server. However, I would want multiple users to connect to the CVS repository. What do I do to achieve this? You add additional users to the machine or the CVSROOT/passwd file and set the permissions on your

Query regarding Branches in CVS

2003-04-04 Thread Amit Sood
Hi all, I have one query regarding the working of CVS I am using CVS to maintain my project files and have released one version of it.I have made a branch of the target at this juncture with tag RELBRANCH1 Now simulatneous development is going on parallely on main branch and this RELBRANCH1.

Re: Query regarding Branches in CVS

2003-04-04 Thread Jenn Vesperman
On Sat, 2003-04-05 at 01:20, Amit Sood wrote: Hi all, I have one query regarding the working of CVS I am using CVS to maintain my project files and have released one version of it.I have made a branch of the target at this juncture with tag RELBRANCH1 Now simulatneous development is going

FW: CVS Lock Passing

2003-04-04 Thread Ray Ramadorai
I am working on a project to do some CVS mirroring and am looking at making a change to the CVS code to enable passing a write lock from an other process. Before I get to far though I wanted to see if anyone was already working code in that area and get some feedback on methods for doing this if

Exporting (best practices)

2003-04-04 Thread Tumy, Brad
We are developing a web application and our current configuration requires that we export the CVS repository to the test server ($WEBROOT under Apache) so that we can update and our testers can access the latest code. The only way I have been able to ensure that all documents are updated is to do

Re: Exporting (best practices)

2003-04-04 Thread Kaz Kylheku
On Fri, 4 Apr 2003, Tumy, Brad wrote: We are developing a web application and our current configuration requires that we export the CVS repository to the test server ($WEBROOT under Apache) so that we can update and our testers can access the latest code. The only way I have been able to

Re: Exporting (best practices)

2003-04-04 Thread Larry Jones
Tumy, Brad writes: We are developing a web application and our current configuration requires that we export the CVS repository to the test server ($WEBROOT under Apache) so that we can update and our testers can access the latest code. The only way I have been able to ensure that all

RE: Exporting (best practices)

2003-04-04 Thread Tumy, Brad
received two good suggestions. Thanks, I will look into both and figure what is best for our purposes. Thanks again...I really appreciate this listserv. brad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 1:06 PM To: [EMAIL PROTECTED]

Re: Query regarding Branches in CVS

2003-04-04 Thread Eric Siegerman
On Fri, Apr 04, 2003 at 08:50:49PM +0530, Amit Sood wrote: Now if I have one file ABC.txt present in both branches,can I lock this file seperately for both the branches.This means if I have locked for main branch it is still unlocked for RELBRANCH1 and other way around. I don't know. CVS