Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Oct 2000 23:50:26 -0400
From:      Bill Fumerola <billf@chimesnet.com>
To:        Andrew Ryder <ryder_a@chasma.net>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: cvs server
Message-ID:  <20001001235026.I38472@jade.chc-chimes.com>
In-Reply-To: <5.0.0.25.0.20001001235248.00a4dad8@mail.chasma-inc.com>; from ryder_a@chasma.net on Sun, Oct 01, 2000 at 11:53:21PM -0400
References:  <5.0.0.25.0.20001001235248.00a4dad8@mail.chasma-inc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 01, 2000 at 11:53:21PM -0400, Andrew Ryder wrote:
> Which port is right for setting up a CVS server for a buncha programmers to 
> exchange code around the country? just like freebsd uses but so I can use 
> my own base and have windows users interface to it..

no port required, cvs is in the base system. look in /etc/inetd.conf to
enable (insecure) pserver methods, otherwise, you just setup CVS like
the project uses it. add a group called 'ncvs', make a directory /path/to/repo,
export CVSROOT=/path/to/repo, cvs init, go crazy.

there are some books and tutorials around that explain this in more detail.

-- 
Bill Fumerola - Network Architect, BOFH / Chimes, Inc.
                billf@chimesnet.com / billf@FreeBSD.org





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001001235026.I38472>