Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 1997 22:34:02 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Stan Brown <stanb@netcom.com>
Cc:        Free BSD Questions list <freebsd-questions@freebsd.com>
Subject:   Re: synchronizing 2.2.1 source tree
Message-ID:  <Pine.BSI.3.94.970331223144.2862L-100000@localhost>
In-Reply-To: <199704010141.UAA03900@netcom5.netcom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 31 Mar 1997, Stan Brown wrote:

> 	I would like to get the 2.2.1 sources and keep them in sync with any
> 	changes that may be made to them.
> 
> 	In looking at the handbook, it appears that I have several choices of
> 	tools. I have a 28k link to and local ISP. This link is flat rate, but
> 	is lately not reliable for long connect periods. So I need something
> 	that I can automate, and that will recover from failures gracefully.
> 
> 	My first guess is cvsup. Is this a good choice?

Absolutely.  The support files are big, but it will save you many hours of
downloading.

> 	If it is could someone give me a quick tutorial on how to set it up,
> 	including a good config file?

Just install the packages cvsup and modula-3-lib.  Instructions on how to
create cvsupfiles should be provided.  I use this converted supfile to
fetch the /usr/src/share and the www site:

src-share release=cvs host=cvsup2.FreeBSD.org hostbase=/home base=/usr
prefix=/usr delete old use-rel-suffix tag=.  

www release=cvs host=cvsup2.FreeBSD.org hostbase=/home base=/usr
prefix=/usr delete old
use-rel-suffix compress tag=. 

This pulls the most current FILES, not the CVS tree.  Adjust the tag item
to something like RELENG_2_2_1_RELEASE to pull the release.

> 	I would like to get the sources directly into /usr/src on my machine.

The above will do this.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.970331223144.2862L-100000>