Setting up a local CVS mirror (was Re: ipfilter/ipfw/pf)

Eivind Eklund eivind at FreeBSD.org
Tue Mar 30 00:55:20 PST 2004


On Mon, Mar 08, 2004 at 10:46:55PM -0800, Wes Peters wrote:
> As for snapshots, my recommendation is to use cvsup to populate your own 
> CVS heirarchy on your development machine so you the logs and complete 
> version information at your disposal.  Let me know if you need any help 
> setting that up; I'm happy to help.  It's not a major investment in disk 
> space -- my local CVSROOT including ports and docs is about 2 GBytes.

The easiest way to set this up (that I know of) is

	mkdir /home/ncvs && \
	cd /home/ncvs && \
	fetch http://people.freebsd.org/~eivind/cvsupdate && \
	chmod 755 cvsupdate && \
	./cvsupdate

cvsupdate can also take a cvsup server name on the command line, and a
collection on the command line (it builds supfiles on the fly).  Look
inside the script for details (it's small and trivial.)

Eivind.


More information about the cvs-src mailing list