From patchwork Sun Jan 2 20:10:58 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 77199 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id F189CB70A4 for ; Mon, 3 Jan 2011 07:11:28 +1100 (EST) Received: (qmail 10337 invoked by alias); 2 Jan 2011 20:11:22 -0000 Received: (qmail 10310 invoked by uid 22791); 2 Jan 2011 20:11:11 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from relay01.pair.com (HELO relay01.pair.com) (209.68.5.15) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 02 Jan 2011 20:11:06 +0000 Received: (qmail 40332 invoked from network); 2 Jan 2011 20:10:58 -0000 Received: from 188.118.255.10 (HELO ?192.168.0.131?) (188.118.255.10) by relay01.pair.com with SMTP; 2 Jan 2011 20:10:58 -0000 X-pair-Authenticated: 188.118.255.10 Date: Sun, 2 Jan 2011 21:10:58 +0100 (CET) From: Gerald Pfeifer To: Richard Guenther cc: Mike Stump , DJ Delorie , gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] PATCH for Re: rsync'd repo size In-Reply-To: Message-ID: References: <201012081953.oB8JrUWu012250@greed.delorie.com> <27183846-AA33-4841-A3FA-8D2C9AF9A0B9@comcast.net> MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org On Sun, 2 Jan 2011, Richard Guenther wrote: > Or just use a date instead of "today". Or say "more than 23 GB" which also > stays true ;) Good idea! I updated the page as follows, and shortened things as bit on the way. Gerald Index: rsync.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/rsync.html,v retrieving revision 1.19 diff -u -r1.19 rsync.html --- rsync.html 31 Dec 2010 16:27:18 -0000 1.19 +++ rsync.html 2 Jan 2011 20:09:45 -0000 @@ -18,10 +18,10 @@

Getting a local copy of GCC repository using rsync

The GCC repository is available at rsync://gcc.gnu.org/gcc-svn. -The whole repository currently takes about 23GB of disk space, -which takes a substantial time to transfer. -Subsequent synchronizations will be much faster, though, as rsync uses -a smart algorithm to only transfer differences over the network.

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