Author: luke1410
Date: Thu Nov 30 22:43:22 2017
New Revision: 1816773

URL: http://svn.apache.org/viewvc?rev=1816773&view=rev
Log:
Advertise accessing the svn source via https instead of via http.

* site/staging/faq.html: replace svn http URL with https one
* site/staging/source-code.html: the same

Modified:
    subversion/site/staging/faq.html
    subversion/site/staging/source-code.html

Modified: subversion/site/staging/faq.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1816773&r1=1816772&r2=1816773&view=diff
==============================================================================
--- subversion/site/staging/faq.html (original)
+++ subversion/site/staging/faq.html Thu Nov 30 22:43:22 2017
@@ -1322,7 +1322,7 @@ formatting or content changes necessary)
 <p>The basic process looks like this:</p>
 
 <blockquote><pre>
-       $ svn co http://svn.apache.org/repos/asf/subversion/site subversion-site
+       $ svn co https://svn.apache.org/repos/asf/subversion/site 
subversion-site
        $ cd subversion-site/publish
 
                [ make changes to faq.html ]

Modified: subversion/site/staging/source-code.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/source-code.html?rev=1816773&r1=1816772&r2=1816773&view=diff
==============================================================================
--- subversion/site/staging/source-code.html (original)
+++ subversion/site/staging/source-code.html Thu Nov 30 22:43:22 2017
@@ -65,15 +65,15 @@
 </h2>
 
 <p>Subversion's source code is stored in the
-   <code><a href="http://svn.apache.org/repos/asf/subversion/";
+   <code><a href="https://svn.apache.org/repos/asf/subversion/";
    >subversion</a></code> tree of the
-   main <a href="http://svn.apache.org/repos/asf/"; >Subversion
+   main <a href="https://svn.apache.org/repos/asf/"; >Subversion
    repository of the Apache Software Foundation</a>.
    You can checkout the latest version of the code
    using the following command:</p>
 
 <blockquote>
-<pre>$ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
+<pre>$ svn co https://svn.apache.org/repos/asf/subversion/trunk subversion
 </pre>
 </blockquote>
 


Reply via email to