Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 1996 21:13:44 -0800 (PST)
From:      Chris Timmons <skynyrd@tahoma.cwu.edu>
To:        Jaye Mathisen <mrcpu@cdsnet.net>
Cc:        hackers@FreeBSD.org
Subject:   Re: Is there a CVSUP mirror kit?
Message-ID:  <Pine.OSF.3.95.961126205732.27936A-100000@tahoma.cwu.edu>
In-Reply-To: <Pine.NEB.3.95.961126112453.8402B-100000@mail.cdsnet.net>

next in thread | previous in thread | raw e-mail | index | archive | help

I'd be interested in this too; however it should be the rare case that you
would have to load poor freefall with simultaneous parallel updates.

If you're not tracking the CVS tree on all of your nodes (rather, a
specific tag like RELENG_2_2) you can use cvs over rsh, as in:

cvs -d user@cvshost.my.domain/mypath/FreeBSD-CVS [command]

	(eg command: "update -d -P -rRELENG_2_2")

Where user has read/write priv to the cvs repository for locking purposes.
I use this on top of ssh via the CVS_RSH environment variable.  Combined
with ssh compression, this works nicely over my 28.8 dialup.

If you need full CVS trees on all hosts, then in a LAN environment, rdist
is a possibility so long as you are not CVSuping at the same time.

	(eg distfile)
	HOSTS = ( client.my.domain )
	FILES = ( /mypath/FreeBSD-CVS )

	${FILES} -> ${HOSTS}
	        install -R ;

If you want to keep up CVS tree at the end of a 28.8 modem without
bothering freefall... then a CVSUP mirror kit would come in real handy :) 
Right now I am using magtape ;)  Let me tell you that sup looks like CVSup
when compared to RDIST over 28.8 after the tag-team comes through! 

I think that it might not be brain salad surgery to do this anyways, but
it would be nice if John "the thanks I get for writing such a neat tool
:)" Polstra would put something out for the cvs challenged like I
[shameless hint]. 

-Chris


On Tue, 26 Nov 1996, Jaye Mathisen wrote:

> 
> 
> I would like to use my own facilities to keep my trees sync'd up with a
> master server at my facility, rather than bogging down the net with 3
> parallel updates.
> 
> Does somebody have something like this packaged up already?  
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.95.961126205732.27936A-100000>