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
<div class="highlight-none"><div class="highlight"><pre>
- <a
href="http://svn.apache.org/viewvc/flume/trunk">http://svn.apache.org/viewc/flume/trunk</a>
+ <a
href="https://git-wip-us.apache.org/repos/asf?p=flume.git;a=tree;h=refs/heads/trunk;hb=trunk">https://git-wip-us.apache.org/repos/asf?p=flume.git;a=tree;h=refs/heads/trunk;hb=trunk</a>
</pre></div></div>
.. 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