Mailing List Archive

Support open source code!


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

Re: tlug: cvs



>>>>> "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



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links