Author: hshreedharan
Date: Wed Aug 1 18:53:34 2012
New Revision: 1368193
URL: http://svn.apache.org/viewvc?rev=1368193&view=rev
Log:
Adding details on how to use svn with github.
(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=1368193&r1=1368192&r2=1368193&view=diff
==============================================================================
--- flume/site/trunk/content/sphinx/source.rst (original)
+++ flume/site/trunk/content/sphinx/source.rst Wed Aug 1 18:53:34 2012
@@ -37,7 +37,8 @@ To push this to the Apache repository, e
$ git push -u origin trunk
-For more details, please read: `Git at Apache
<https://git-wip-us.apache.org/>`_.
+For more details, please read: `Git at Apache
<https://git-wip-us.apache.org/>`_. Please read the
+`Common Errors page <https://git-wip-us.apache.org/docs/common-errors.html>`_
if you face any problems.
@@ -58,3 +59,13 @@ Then do a git clone as usual::
$ git clone http://git-wip-us.apache.org/repos/asf/flume.git flume
+
+.. rubric:: SVN Access
+
+If you prefer to use svn and not git, please use the `Github read-only mirror
<https://github.com/apache/flume>`_ to checkout
+the sources. Please read `this
<https://github.com/blog/626-announcing-svn-support>`_ and `this
<https://github.com/blog/626-announcing-svn-support>`_
+for details on how to use svn with github. Please note that the github mirror
is likely to be several hours behind the Apache Flume git repo.
+
+**Note:** The (erstwhile) Apache Flume `SVN repository
<http://svn.apache.org/repos/asf/flume/>`_ is no longer updated and should not
be used to checkout
+the source code.
+