From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77773 invoked by alias); 18 Jan 2020 10:49:47 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 77704 invoked by uid 9022); 18 Jan 2020 10:49:46 -0000 Date: Sat, 18 Jan 2020 10:49:00 -0000 Message-ID: <20200118104946.77701.qmail@sourceware.org> From: gerald@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 375ae5823171ce5eb12af5e3e685d5b975cfdbcb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 53ccade9a0d31b84effde997426cdca906ff89f0 X-Git-Newrev: 375ae5823171ce5eb12af5e3e685d5b975cfdbcb X-SW-Source: 2020/txt/msg00046.txt This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 375ae5823171ce5eb12af5e3e685d5b975cfdbcb (commit) from 53ccade9a0d31b84effde997426cdca906ff89f0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 375ae5823171ce5eb12af5e3e685d5b975cfdbcb Author: Gerald Pfeifer Date: Sat Jan 18 11:43:52 2020 +0100 Generalize instructions and remove notes on repository mirroring via rsync. Remove all references how to perform local checkouts, to SVN, and mirroring the repository. Instead generalize descriptions since with the move to Git syncing the repository with rsync and then checking out locally became mostly pointless. diff --git a/htdocs/rsync.html b/htdocs/rsync.html index 29e804ac..18700f58 100644 --- a/htdocs/rsync.html +++ b/htdocs/rsync.html @@ -4,7 +4,7 @@ - + GCC: Anonymous read-only rsync access @@ -12,47 +12,26 @@

GCC: Anonymous read-only rsync access

-

We are offering our SVN repository and various other data like our FTP -site through anonymous rsync.

+

We are offering aspects like our mailing list archives, downloads, +etc. through anonymous rsync. +A list of available rsync targets is available via:

-

That way you can make local copies of the GCC SVN repository to ease -the burden on the GCC main site, and browse the source locally.

- -

Getting a local copy of GCC repository using rsync

- -

The GCC repository is available at rsync://gcc.gnu.org/gcc-svn. -As of January 2011 it consumes about 23GB of disk space which takes a -substantial time to transfer. -Subsequent synchronizations will be much faster, as rsync uses a smart -algorithm to only transfer differences.

- -

Here is how you get a copy of the repository:

-rsync --archive --delete --compress rsync://gcc.gnu.org/gcc-svn /usr/local/gcc-local-repo
+rsync rsync://gcc.gnu.org/
 
-

The same command can be run periodically to synchronize your copy of -the repository.

-

Other rsync options that you might want to use include ---verbose and --progress to provide feedback, -including during the initial phase that is otherwise silent.

+

To obtain a copy of one of the modules:

-

To get a list of available rsync targets, run:

-rsync rsync://gcc.gnu.org/
+rsync --archive --delete --compress rsync://gcc.gnu.org/MODULE /my/local/directory
 
+

The same command can be run periodically to synchronize your local +copy.

-

Using the local repository

- -

Refer to SVN instructions to check out your -local copy of the repository. Note that the rsync command above will -mirror the repository at its root directory, so the URL you will need -to use to check out from your local repository will look something -like file:///usr/local/gcc-local-repo/ instead of -svn://gcc.gnu.org/svn/gcc/ (i.e., without the trailing -/svn/gcc directory names that would be included for -gcc.gnu.org access).

+

Other rsync options that you might want to use include +--verbose and --progress to provide feedback, +including during the initial phase that is otherwise silent.

----------------------------------------------------------------------- Summary of changes: htdocs/rsync.html | 45 ++++++++++++--------------------------------- 1 file changed, 12 insertions(+), 33 deletions(-) hooks/post-receive -- gcc-wwwdocs