Author: danielsh
Date: Thu Apr 23 15:29:38 2020
New Revision: 1876902
URL: http://svn.apache.org/viewvc?rev=1876902&view=rev
Log:
* docs/release-notes/1.14.html
(#enthusiastic-contributors): Highlight the non-dogfood way of getting
the source code, in order to reduce the barrier to contributing.
Modified:
subversion/site/publish/docs/release-notes/1.14.html
Modified: subversion/site/publish/docs/release-notes/1.14.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.14.html?rev=1876902&r1=1876901&r2=1876902&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.14.html (original)
+++ subversion/site/publish/docs/release-notes/1.14.html Thu Apr 23 15:29:38
2020
@@ -1395,10 +1395,14 @@ https://subversion.apache.org/mailing-li
<p>Get the source:</p>
<ul>
- <li>Check out Subversion's source using Subversion:
+ <li>Check out Subversion's source:
<pre>$ svn checkout
https://svn.apache.org/repos/asf/subversion/trunk/</pre></li>
- <li>or download the latest release tarball:
+ <!-- TODO: Use the URL to the *.apache.org mirror of subversion.git -->
+ <li>For those who prefer it, a Git mirror is also available:
+ <pre>$ git clone https://github.com/apache/subversion.git</pre></li>
+
+ <li>Or download the latest release tarball:
<a href="https://subversion.apache.org/download.cgi"
>https://subversion.apache.org/download.cgi</a></li>
</ul>