From owner-freebsd-questions@FreeBSD.ORG Wed Jun 21 09:11:09 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B9D116A474 for ; Wed, 21 Jun 2006 09:11:09 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35FCF43D48 for ; Wed, 21 Jun 2006 09:11:07 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k5L9B5EY013192; Wed, 21 Jun 2006 12:11:05 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Wed, 21 Jun 2006 12:07:17 +0300 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606211207.17590.nvass@teledomenet.gr> Cc: Rakesh Prajapati Subject: Re: Help/Info on howto install CVS server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 09:11:09 -0000 On Wednesday 21 June 2006 02:41, Rakesh Prajapati wrote: > I would like to install CVS server on my FreeBSD 6.1 x386 machine. > > Which ports should I install? > > I installed "cvsd" and "cvsdadm". Is that all I need to install and > configure? > > I read at (http://ch.tudelft.nl/~arthur/cvsd/) that cvsd is a wrapper > program for cvs in pserver mode. So does that > mean I need to install cvs seperately? cvs is in the base system. You don't have to install anything. > > Is there a how-to anywhere that I can refer? Try this: "Setting up a CVS repository - the FreeBSD way" by Stijn Hoop http://www.freebsd.org/doc/en_US.ISO8859-1/articles/cvs-freebsd/article.html I think what you looking for is "cvs -d path-to-repository init"