From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27739 invoked by alias); 1 Feb 2006 23:43:12 -0000 Received: (qmail 27728 invoked by uid 22791); 1 Feb 2006 23:43:11 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 01 Feb 2006 23:43:09 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F4Rcw-0004ZI-UQ; Wed, 01 Feb 2006 18:43:07 -0500 Date: Wed, 01 Feb 2006 23:43:00 -0000 From: Daniel Jacobowitz To: PAUL GILLIAM Cc: gdb-patches@sources.redhat.com Subject: Re: using rsync to create local repository Message-ID: <20060201234306.GD14187@nevyn.them.org> Mail-Followup-To: PAUL GILLIAM , gdb-patches@sources.redhat.com References: <1138301788.1423.54.camel@dufur.beaverton.ibm.com> <20060126190733.GA13020@nevyn.them.org> <1138308820.1423.59.camel@dufur.beaverton.ibm.com> <20060126205524.GA17357@nevyn.them.org> <1138318142.1423.70.camel@dufur.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1138318142.1423.70.camel@dufur.beaverton.ibm.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00013.txt.bz2 On Thu, Jan 26, 2006 at 03:29:02PM -0800, PAUL GILLIAM wrote: > +Under rare circumstances, it is desirable to maintain a local copy of > +the complete CVS repository. Anonymous rsync access has > +been is available for that purpose. Here is how to get a copy of the > +repository, or to synchronize an existing one: "has been is"; probably just want "is". > + > +
> +rsync --archive --delete --compress rsync://sources.redhat.com/src-cvs src-cvs 
That's not the command you were using, is it? There were some --exclude options; without them you can't check out of the resulting tree and you waste a lot of bandwidth. > + > +You can get rsync or learn more about it from its home page: > + rsync.samba.org Extra space before rsync.samba.org. There's supposed to be an = after href. -- Daniel Jacobowitz CodeSourcery