Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: cvs
- To: tlug@example.com, sstone@example.com
- Subject: Re: tlug: cvs
- From: "Andrew S. Howell" <andy@example.com>
- Date: Thu, 26 Mar 1998 14:55:09 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: Text/Plain; charset=us-ascii
- In-Reply-To: Your message of "Thu, 26 Mar 1998 12:19:44 +0900 (JST)"<Pine.LNX.3.96.980326121930.5965K-100000@example.com>
- References: <Pine.LNX.3.96.980326121930.5965K-100000@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>>>>> "Scott" == Scott Stone <sstone@example.com> writes: Scott> how does one create a cvs repository, and what is the Scott> daemon binary for handling it? There are a couple ways you can use CVS. You control which method your using by the CVSROOT environment variable. You can have the repository on a local or NFS mounted file system and access it directly. In this case, you might set CVSROOT like: setenv CVSROOT /data/repository CVS can also working in a client/server mode. This is done either trough rsh, or by CVS internal authentication mechanism, pserver. For rsh: setenv CVSROOT :ext:andy@example.com:/data/repository/ for pserver later case, CVSROOT would look like: setenv CVSROOT :pserver:andy@example.com:/data/repository/ In this case, you need an inetd setting like: cvs stream tcp nowait root /usr/local/bin/cvs cvs pserver To make a new repository, set CVSROOT to where you want it and then run cvsinit. See http://www.loria.fr/~molli/cvs-index.html for more info. Hope this helps. Andy --------------------------------------------------------------- Next TLUG Meeting: 11 April Sat, Tokyo Station Yaesu gate 12:30 Featuring Tague Griffith of Netscape i18n talking on source code --------------------------------------------------------------- a word from the sponsor: TWICS - Japan's First Public-Access Internet System www.twics.com info@example.com Tel:03-3351-5977 Fax:03-3353-6096
- Follow-Ups:
- Re: tlug: cvs
- From: Scott Stone <sstone@example.com>
- References:
- tlug: cvs
- From: Scott Stone <sstone@example.com>
Home | Main Index | Thread Index
- Prev by Date: RE: tlug: Mounting my W95 partition
- Next by Date: RE: tlug: cvs
- Prev by thread: tlug: cvs
- Next by thread: Re: tlug: cvs
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links