From owner-freebsd-questions Sat Jun 16 7: 7: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 083D937B409 for ; Sat, 16 Jun 2001 07:06:57 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (patr530-b046.otenet.gr [195.167.121.174]) by mailsrv.otenet.gr (8.11.1/8.11.1) with ESMTP id f5GE6rp10268; Sat, 16 Jun 2001 17:06:53 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.3/8.11.3) id f5GE6LC00622; Sat, 16 Jun 2001 17:06:21 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 16 Jun 2001 17:06:00 +0300 From: Giorgos Keramidas To: "Philip M. Gollucci" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSD Message-ID: <20010616170600.A496@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from philip@p6m7g8.com on Sat, Jun 16, 2001 at 04:45:39AM +0000 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 16, 2001 at 04:45:39AM +0000, Philip M. Gollucci wrote: > > supposed I have directory structure as follows > /www/ > Makefile > Packages/ > stuff > apache/ > stuff > perl/ > stuff > mysql/ > stuff > > I want to setup cvsd so that I can use cvs on the localhost which is a > FreeBSD4.2-RELEASE box, and on at least 4 other computers that are various > versions of windows. They'll probably be using WinCVS1.8 or so. > > I've search the mailling list archives on freebsd.org for cvsd and the > such. I've also tried installing it from the ports directory and reading > the man pages (which I might add although very detailed are long and > confusing). There is no such thing as cvsd. You need to make a new CVS repository, for instance /home/cvs/www and `import' that /www tree of yours to the repository first. Then, you can get a fresh copy of the CVS repository's /home/cvs/www tree with: # cd / # cvs -d /home/cvs export -r HEAD www To set up CVS as a server accessible with either :pserver: or :ext: you will find valuable information in the info pages of CVS. Try: % info "(cvs)" and read the section entitled `Repository' at the top of the info. The subsection 'Remote repositories' is what you are mostly interested in to do what you want. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message