info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: How to Setup CVSROOT/modules Question


From: Christopher.Fouts
Subject: RE: How to Setup CVSROOT/modules Question
Date: Thu, 10 Feb 2005 14:36:02 -0500

In my case, I, as cvs admin, don't let users touch the ../CVSROOT directory.
 
To set up the CVSROOT/modules for your user, do...
 
   > cvs co CVSROOT/modules
   > cd CVSROOT
 
Add the following line in the CVSROOT/modules file
 
   modulename -a dir1 dir2 file1 file2 dir3/file3
 
   > cvs commit
 
modulename, dir1, file1, etc. are of course the module name
you want, and the files and dirs you want to include. Your
user can then
 
    > cvs co modulename
 
and get what you specified in the modules file
 
-chris
-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Wang, Mary Y
Sent: Thursday, February 10, 2005 2:23 PM
To: address@hidden
Subject: How to Setup CVSROOT/modules Question

Hi All,
 
I was able to set up a CVS repository for my users and I'm very new in CVS.  One user mentioned that he wants CVSROOT/modules capability to be working so that he can fetch a list of modules in the CVS repository.  I have read some where this should be done by the user.  Is this capability should be setup by an admin?  If so, how do I do that?  He access the CVS repository via TortoiseCVS client program.
 
I'm really lost.  Any inputs is appreciated.
 
Thanks
Mary
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]