From owner-freebsd-isp Sun Oct 1 20:50:27 2000 Delivered-To: freebsd-isp@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 7D36D37B502 for ; Sun, 1 Oct 2000 20:50:26 -0700 (PDT) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 0F6B51C64; Sun, 1 Oct 2000 23:50:26 -0400 (EDT) Date: Sun, 1 Oct 2000 23:50:26 -0400 From: Bill Fumerola To: Andrew Ryder Cc: freebsd-isp@freebsd.org Subject: Re: cvs server Message-ID: <20001001235026.I38472@jade.chc-chimes.com> References: <5.0.0.25.0.20001001235248.00a4dad8@mail.chasma-inc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i 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 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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