Index: index.html =================================================================== RCS file: /cvs/gdb/htdocs/current/index.html,v retrieving revision 1.35 diff -a -u -r1.35 index.html --- index.html 2 Nov 2005 21:58:50 -0000 1.35 +++ index.html 3 Feb 2006 22:25:30 -0000 @@ -148,6 +148,22 @@

+

  • CVS via rsync (rarely used):

    + +Under rare circumstances, it is desirable to maintain a local copy of +the complete CVS repository. Anonymous rsync access is +available for that purpose. Here is how to get a copy of the +repository, or to synchronize an existing one: + +

    + rsync -az --delete --exclude '#cvs.*' --exclude 'CVSROOT/config' --exclude 'CVSROOT/history' --exclude 'CVSROOT/updatelog' rsync://sources.redhat.com/gdb-cvs gdb-cvs
    +
    + +You can get rsync or learn more about it from its home page: +rsync.samba.org + +

    +

  • FTP:

    A daily snapshot of the current development sources (Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

    -

    Last modified 2005-10-25.

    +

    Last modified 2006-02-03.