Re: CVS for Window cannot be a CVS server?

2005-03-11 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tuong Tran Vu Ngoc <[EMAIL PROTECTED]> writes: Note: Please do NOT send multipart/* or text/html MIME e-mail to the info-cvs mailing list. > I have read in a ebook called Open Source Development with CVS 3rd > edition that we cannot use CVS as a serv

Re: Mac CVS Client Recommendations

2005-03-11 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MoonsOfJupiter <[EMAIL PROTECTED]> writes: > My command-line impared Mac-using workmates want > to know what GUI CVS client they should be > using. Some are using MacCVSX now. All are > running panther. > > What do you think? There a wide selection

configuration permissions

2005-03-11 Thread Gleidson Sá Barreto
How do you do to restrict the level of access to the modules of the project? For exemple all users have permission to access the module templates, but only Jon have permission to access the module system´s test. Yahoo! Mail - Com 250MB de espaço. Abra sua co

Re: Integrating CVS in an Oracle driven development

2005-03-11 Thread Thomas Marsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank: We use CVS with Oracle. Our developers use Toad for thier development, and then export thier code as text files which are then checked into CVS. We have some scripts which check out the pl/sql from CVS and apply them to the production instance us

Re: Mac CVS Client Recommendations

2005-03-11 Thread MoonsOfJupiter
"Mark D. Baushke" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > MoonsOfJupiter <[EMAIL PROTECTED]> writes: > >> My command-line impared Mac-using workmates want >> to know what GUI CVS client they should be >> using. Some are usin

Re: configuration permissions

2005-03-11 Thread Larry Jones
=?iso-8859-1?q?Gleidson=20S=E1=20Barreto?= writes: > > How do you do to restrict the level of access to the > modules of the project? -Larry Jones I'm not a vegetarian! I'm a dessertarian. -- Calvin __

Renaming a file in the trunk but not in branches

2005-03-11 Thread David Leskovac
Hi, Will the following commands work to rename a file in the trunk but retain the old file name in all its branches?: cvs co cvs remove -f cvs add cvs commit -m"Renamed to " Thanks, -Dave ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.

RE: Check-out with Special message on the Object about the modifi er

2005-03-11 Thread Jim.Hyslop
Mary Lou RODRIGUEZ wrote: > How can I check-out the object and have my name visible in the Graph > Selection so that other people would know that I am working on the > particular object? Currently I am doing this by selecting > the object and > choosing the "Edit Selection' All this is Greek to m

RE: Mac CVS Client Recommendations

2005-03-11 Thread Jim.Hyslop
MoonsOfJupiter wrote: > My command-line impared Mac-using workmates want to know what > GUI CVS client > they should be using. Some are using MacCVSX now. All are > running panther. I've used SmartCVS. Most of the GUI clients I've seen are simple shells that wrap the command-line client in a G

RE: configuration permissions

2005-03-11 Thread Jim.Hyslop
Gleidson Sá Barreto wrote: > How do you do to restrict the level of access to the > modules of the project? > > For exemple all users have permission to access the > module templates, but only Jon have permission to > access the module system´s test. There are a couple of ways to do this. For very

RE: Renaming a file in the trunk but not in branches

2005-03-11 Thread Jim.Hyslop
David Leskovac wrote: > Will the following commands work to rename a file in the > trunk but retain the old file name in all its branches?: > > cvs co > cvs remove -f > cvs add > cvs commit -m"Renamed to " Yes, that will work fine. -- Jim Hyslop Senior Software Designer Leitch Technology I

RE: Renaming a file in the trunk but not in branches

2005-03-11 Thread David Leskovac
One additional question on this: Is there any way to preserve history on the new file? My understanding is that if I copy the ,v to ,v on the server and then run the commands below on the client, then this will affect the trunk as well as the branches. Is this true? If true, is there any other wa

Re: Renaming a file in the trunk but not in branches

2005-03-11 Thread Kaz Kylheku
On Fri, 11 Mar 2005, David Leskovac wrote: > Date: Fri, 11 Mar 2005 11:27:57 -0500 > From: David Leskovac <[EMAIL PROTECTED]> > To: info-cvs@gnu.org > Subject: RE: Renaming a file in the trunk but not in branches > > One additional question on this: > Is there any way to preserve history on the n

RE: Renaming a file in the trunk but not in branches

2005-03-11 Thread Arthur Barrett
Dave, CVSNT server (Free,gpl, just like CVS) allows "true" renames on Linux, Unix, Windows, Mac OS X etc etc. Replacing the "cvs" server with "cvsnt" server will preserve all your history to date. You need at least one CVSNT client on any platform) to do the actual rename, but then all CVS (cvsh