Author: fanningpj Date: Tue Jul 3 22:52:21 2018 New Revision: 1835032 URL: http://svn.apache.org/viewvc?rev=1835032&view=rev Log: use https urls for svn
Modified: xmlbeans/site/build/site/sourceAndBinaries/index.html xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml Modified: xmlbeans/site/build/site/sourceAndBinaries/index.html URL: http://svn.apache.org/viewvc/xmlbeans/site/build/site/sourceAndBinaries/index.html?rev=1835032&r1=1835031&r2=1835032&view=diff ============================================================================== --- xmlbeans/site/build/site/sourceAndBinaries/index.html (original) +++ xmlbeans/site/build/site/sourceAndBinaries/index.html Tue Jul 3 22:52:21 2018 @@ -230,13 +230,13 @@ document.write("Last Published: " + docu <p>If you have SVN installed on your machine you can issue the following commands to get XMLBeans source:</p> <pre class="code"> # get the version of XMLBeans under development -svn co http://svn.apache.org/repos/asf/xmlbeans/trunk/ xmlbeans +svn co https://svn.apache.org/repos/asf/xmlbeans/trunk/ xmlbeans # or, get the 1.x version of XMLBeans -svn co http://svn.apache.org/repos/asf/xmlbeans/branches/1.x/ xmlbeans +svn co https://svn.apache.org/repos/asf/xmlbeans/branches/1.x/ xmlbeans # or, just get the samples for XMLBeans -svn co http://svn.apache.org/repos/asf/xmlbeans/trunk/samples/ xmlbeans-samples</pre> +svn co https://svn.apache.org/repos/asf/xmlbeans/trunk/samples/ xmlbeans-samples</pre> <a name="N1008D"></a><a name="Source+via+Git"></a> <h3 class="h4">Source via Git</h3> <p>Please see the <a href="http://git.apache.org/">Git at Apache</a> page for details. As of this writing the Git acess is read-only.</p> Modified: xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml URL: http://svn.apache.org/viewvc/xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml?rev=1835032&r1=1835031&r2=1835032&view=diff ============================================================================== --- xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml (original) +++ xmlbeans/site/src/documentation/content/xdocs/sourceAndBinaries/index.xml Tue Jul 3 22:52:21 2018 @@ -75,13 +75,13 @@ <p>If you have SVN installed on your machine you can issue the following commands to get XMLBeans source:</p> <source> # get the version of XMLBeans under development -svn co http://svn.apache.org/repos/asf/xmlbeans/trunk/ xmlbeans +svn co https://svn.apache.org/repos/asf/xmlbeans/trunk/ xmlbeans # or, get the 1.x version of XMLBeans -svn co http://svn.apache.org/repos/asf/xmlbeans/branches/1.x/ xmlbeans +svn co https://svn.apache.org/repos/asf/xmlbeans/branches/1.x/ xmlbeans # or, just get the samples for XMLBeans -svn co http://svn.apache.org/repos/asf/xmlbeans/trunk/samples/ xmlbeans-samples</source> +svn co https://svn.apache.org/repos/asf/xmlbeans/trunk/samples/ xmlbeans-samples</source> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org