DragonFly users List (threaded) for 2007-01
DragonFly BSD
DragonFly users List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: help over "rsync vs cvsupd perfmance"


From: Peter Avalos <pavalos@xxxxxxxxxxxx>
Date: Wed, 3 Jan 2007 23:20:36 -0500
Mail-followup-to: users@crater.dragonflybsd.org

On Wed, Jan 03, 2007 at 11:20:11PM +0100, Saverio Iacovelli wrote:
> I tried:
> 
> cvsup -h theshell.com
> /usr/share/examples/cvsup/DragonFly-src-supfile
> 
> to update DragonFly's source.
> How can I update DragonFly's source with rsync? I
> tried:
> 
> rsync -e rsh rsync://rsync.theshell.com/pub/DragonFly
> /usr/src
> 
> but it don't work. Where is my error?
> 

I think you're expecting to be able to rsync a checked-out version of the
src tree?  If so, theshell.com doesn't offer that.  If you want to grab
the cvs repository, try something like:

rsync -rtl --delete rsync.theshell.com/pub/DragonFly/dcvs/ /home/dcvs

This will fetch the entire cvs repository, and then you'll be able to
check out sources using cvs from that.

To be fair for testing, you'll probably want to make cvsup grab the same
thing (look at /usr/share/examples/cvsup/DragonFly-cvs-supfile).

If checked-out sources are desired, I guess I could set that up.  I think
you need to figure out exactly what you're benchmarking.

--Peter

Attachment: pgp00001.pgp
Description: PGP signature



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]