using rsync to create local repository

PAUL GILLIAM pgilliam@us.ibm.com
Fri Feb 3 22:58:00 GMT 2006


On Wed, 2006-02-01 at 18:43 -0500, Daniel Jacobowitz wrote:
> 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 <code>rsync</code> 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".

I guess I couldn't make up my mind  8-)
> 
> > +
> > +<pre>
> > +rsync --archive --delete --compress rsync://sources.redhat.com/src-cvs src-cvs </pre> 
> 
> 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.
> 
Damn! You're right.  I don't know what I was thinking.  Here is the
actual command I used:

rsync -az --delete --exclude '#cvs.*' --exclude 'CVSROOT/config'  \
--exclude  \ 'CVSROOT/history' --exclude 'CVSROOT/updatelog'  \
rsync://sources.redhat.com/gdb-cvs gdb-cvs

I cribbed these from Janis Johnson as used for GCC.  Do we need these
same excludes?

> > +
> > +You can get <code>rsync</code> or learn more about it from its home page:
> > +<a href:"http://rsync.samba.org"> rsync.samba.org</a>
> Extra space before rsync.samba.org.  There's supposed to be an = after
> href.
> 

OK, attached is the new patch:  OK to commit?

I have also attached a patch to MAINTAINERS in light of the following
e-mail exchange:

> Me:  Are you the Jim Kingdon that was involved in GDB a few years ago?
> If so, should this file be updated to include your new e-mail address?
> It looks like the one in the MAINTAINERS file is 5 years out of date.
> 
> Jim Kingdon: Yes, it is out of date.  I was in touch with someone (I
> forget who) was updating MAINTAINERS more generally, so I think he's
> taking care of it.  But yes, that sgi address won't work.
> 
> Me: It sounds like you are still interested in being the main Web Page
> maintainer for GDB.  Is that true?
> 
> Jim Kingdon: No.  I haven't edited a GDB web page in many years, and
> don't expect to in the future.

As you can see from the patch, I am volunteering to take Jim's place.
(With as little on-the-job training from you as possible 8-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: rsync.patch
Type: text/x-patch
Size: 1248 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20060203/ec7cc6bf/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: maintainers.patch
Type: text/x-patch
Size: 712 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20060203/ec7cc6bf/attachment-0001.bin>


More information about the Gdb-patches mailing list