Return-Path: X-Original-To: apmail-flume-commits-archive@www.apache.org Delivered-To: apmail-flume-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57AF0D587 for ; Mon, 30 Jul 2012 22:36:57 +0000 (UTC) Received: (qmail 76773 invoked by uid 500); 30 Jul 2012 22:36:57 -0000 Delivered-To: apmail-flume-commits-archive@flume.apache.org Received: (qmail 76751 invoked by uid 500); 30 Jul 2012 22:36:57 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 76743 invoked by uid 99); 30 Jul 2012 22:36:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2012 22:36:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2012 22:36:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DF813238897A for ; Mon, 30 Jul 2012 22:36:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1367345 - /flume/site/trunk/content/sphinx/source.rst Date: Mon, 30 Jul 2012 22:36:10 -0000 To: commits@flume.apache.org From: hshreedharan@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120730223610.DF813238897A@eris.apache.org> Author: hshreedharan Date: Mon Jul 30 22:36:10 2012 New Revision: 1367345 URL: http://svn.apache.org/viewvc?rev=1367345&view=rev Log: Site update for move to git (Hari Shreedharan) Modified: flume/site/trunk/content/sphinx/source.rst Modified: flume/site/trunk/content/sphinx/source.rst URL: http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/source.rst?rev=1367345&r1=1367344&r2=1367345&view=diff ============================================================================== --- flume/site/trunk/content/sphinx/source.rst (original) +++ flume/site/trunk/content/sphinx/source.rst Mon Jul 30 22:36:10 2012 @@ -14,7 +14,7 @@ The following is a link to the online so .. raw:: html .. rubric:: Anonymous Access @@ -44,15 +44,17 @@ For more details, please read: `Git at A .. rubric:: Access From Behind a Firewall For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, -you can try to access it via the developer connection::: +you can try to access it via the developer connection:: $ git clone https://git-wip-us.apache.org/repos/asf/flume.git flume .. rubric:: Access Through a Proxy -The Subversion client can go through a proxy, if you configure it to do so. To configure git to use a proxy::: +The Subversion client can go through a proxy, if you configure it to do so. To configure git to use a proxy:: + $ git config http.proxy address:port -Then do a git clone as usual::: +Then do a git clone as usual:: + $ git clone http://git-wip-us.apache.org/repos/asf/flume.git flume