From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18254 invoked by alias); 26 Jan 2006 19:07:46 -0000 Received: (qmail 18246 invoked by uid 22791); 26 Jan 2006 19:07:46 -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; Thu, 26 Jan 2006 19:07:42 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F2CSz-0003Rh-Qa; Thu, 26 Jan 2006 14:07:33 -0500 Date: Thu, 26 Jan 2006 20:37:00 -0000 From: Daniel Jacobowitz To: PAUL GILLIAM Cc: overseers@soruces.redhat.com, gdb@sources.redhat.com Subject: Re: using rsync to create local repository Message-ID: <20060126190733.GA13020@nevyn.them.org> Mail-Followup-To: PAUL GILLIAM , overseers@soruces.redhat.com, gdb@sources.redhat.com References: <1138301788.1423.54.camel@dufur.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1138301788.1423.54.camel@dufur.beaverton.ibm.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00273.txt.bz2 On Thu, Jan 26, 2006 at 10:56:28AM -0800, PAUL GILLIAM wrote: > I tried a similar thing and it seemed to work: > > rsync --archive --delete --compress --progress \ > --exclude '#cvs.*' --exclude 'CVSROOT/config' \ > --exclude 'CVSROOT/history' --exclude 'CVSROOT/updatelog' \ > rsync://sources.redhat.com/gdb-cvs /home/pgilliam/gdb/gdb-cvs Wrong repository. You want src-cvs, not gdb-cvs, which only has the web pages in it. -- Daniel Jacobowitz CodeSourcery