This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: using rsync to create local repository


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".

> +
> +<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.

> +
> +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.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]