From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16051 invoked by alias); 26 Jan 2006 20:52:57 -0000 Received: (qmail 16043 invoked by uid 22791); 26 Jan 2006 20:52:57 -0000 X-Spam-Check-By: sourceware.org Received: from e2.ny.us.ibm.com (HELO e2.ny.us.ibm.com) (32.97.182.142) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jan 2006 20:52:54 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k0QKqqgN023040 for ; Thu, 26 Jan 2006 15:52:52 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k0QKqq1s127450 for ; Thu, 26 Jan 2006 15:52:52 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k0QKqq91028447 for ; Thu, 26 Jan 2006 15:52:52 -0500 Received: from dufur.beaverton.ibm.com (dufur.beaverton.ibm.com [9.47.22.20]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k0QKqpPu028372; Thu, 26 Jan 2006 15:52:51 -0500 Subject: Re: using rsync to create local repository From: PAUL GILLIAM Reply-To: pgilliam@us.ibm.com To: Daniel Jacobowitz Cc: gdb@sources.redhat.com In-Reply-To: <20060126190733.GA13020@nevyn.them.org> References: <1138301788.1423.54.camel@dufur.beaverton.ibm.com> <20060126190733.GA13020@nevyn.them.org> Content-Type: text/plain Date: Thu, 26 Jan 2006 20:55:00 -0000 Message-Id: <1138308820.1423.59.camel@dufur.beaverton.ibm.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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/msg00278.txt.bz2 On Thu, 2006-01-26 at 14:07 -0500, Daniel Jacobowitz wrote: > 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. > Ahhh. That would explain it. Would it be useful for me to submit a patch that would add this information to one of those web pages? Thanks for the help, -=# Paul #=-