Author: sebb
Date: Wed May 13 16:39:48 2020
New Revision: 1060448

Log:
Now using Git; temp fix to site files

Modified:
    websites/production/commons/content/proper/commons-jcs/scm.html
    websites/production/commons/content/proper/commons-jexl/building.html
    
websites/production/commons/content/proper/commons-jexl/source-repository.html
    
websites/production/commons/content/proper/commons-jxpath/source-repository.html
    
websites/production/commons/content/proper/commons-validator/source-repository.html
    
websites/production/commons/content/proper/commons-weaver/source-repository.html

Modified: websites/production/commons/content/proper/commons-jcs/scm.html
==============================================================================
--- websites/production/commons/content/proper/commons-jcs/scm.html (original)
+++ websites/production/commons/content/proper/commons-jcs/scm.html Wed May 13 
16:39:48 2020
@@ -325,43 +325,24 @@
                       </div>
           </td>
           <td class="content">
-            <div class="section">
+                                                                          
<section>
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" 
href="http://subversion.apache.org/";>Subversion</a> to manage its source code. 
Instructions on Subversion use can be found at <a class="externalLink" 
href="http://svnbook.red-bean.com/";>http://svnbook.red-bean.com/</a>.</p></div>
-<div class="section">
+<p>This project uses <a class="externalLink" 
href="https://git-scm.com/";>Git</a> to manage its source code. Instructions on 
Git use can be found at <a class="externalLink" 
href="https://git-scm.com/documentation";>https://git-scm.com/documentation</a>.</p></section><section>
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a 
name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
 <div class="source">
-<pre><a class="externalLink" 
href="http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.2.1-RC4";>http://svn.apache.org/viewvc/commons/proper/jcs/tags/commons-jcs-2.2.1-RC4</a></pre></div></div>
-<div class="section">
+<pre><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf?p=commons-jcs.git";>https://gitbox.apache.org/repos/asf?p=commons-jcs.git</a></pre></div></section><section>
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
-<p>The source can be checked out anonymously from Subversion with this 
command:</p>
+<p>The source can be checked out anonymously from Git with this command (See 
<a class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
-<pre>$ svn checkout 
http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.2.1-RC4 
commons-jcs</pre></div></div>
-<div class="section">
+<pre>$ git clone 
http://gitbox.apache.org/repos/asf/commons-jcs.git</pre></div></section><section>
 <h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but committers must 
checkout the Subversion repository via HTTPS.</p>
+<p>Only project developers can access the Git tree via this method (See <a 
class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.2.1-RC4 
commons-jcs</pre></div>
-<p>To commit changes to the repository, execute the following command to 
commit your changes (svn will prompt you for your password):</p>
-<div class="source">
-<pre>$ svn commit --username your-username -m &quot;A 
message&quot;</pre></div></div>
-<div class="section">
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-jcs.git</pre></div></section><section>
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
-<p>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:</p>
-<div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.2.1-RC4 
commons-jcs</pre></div></div>
-<div class="section">
-<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a 
name="Access_Through_a_Proxy"></a>
-<p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your &quot;servers&quot; configuration file to indicate which proxy 
to use. The file's location depends on your operating system. On Linux or Unix 
it is located in the directory &quot;~/.subversion&quot;. On Windows it is in 
&quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is 
a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have 
that file, get the latest Subversion client and run any command; this will 
cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source">
-<pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
-          </td>
+<p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></section>
+                      </td>
         </tr>
       </table>
     </div>

Modified: websites/production/commons/content/proper/commons-jexl/building.html
==============================================================================
--- websites/production/commons/content/proper/commons-jexl/building.html 
(original)
+++ websites/production/commons/content/proper/commons-jexl/building.html Wed 
May 13 16:39:48 2020
@@ -230,8 +230,7 @@
 <h2><a name="Overview"></a>Overview</h2>
 
 <p>
-  Apache Commons JEXL uses <a class="externalLink" 
href="http://maven.apache.org";>Maven 3</a>. The source is
-  <a class="externalLink" 
href="http://svn.apache.org/repos/asf/commons/proper/jexl/trunk/";>here</a>.
+  Apache Commons JEXL uses <a class="externalLink" 
href="http://maven.apache.org";>Maven 3</a>
 </p>
 </div>
 

Modified: 
websites/production/commons/content/proper/commons-jexl/source-repository.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jexl/source-repository.html 
(original)
+++ 
websites/production/commons/content/proper/commons-jexl/source-repository.html 
Wed May 13 16:39:48 2020
@@ -268,43 +268,24 @@
                       </div>
           </td>
           <td class="content">
-            <div class="section">
+                                                                          
<section>
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" 
href="http://subversion.apache.org/";>Subversion</a> to manage its source code. 
Instructions on Subversion use can be found at <a class="externalLink" 
href="http://svnbook.red-bean.com/";>http://svnbook.red-bean.com/</a>.</p></div>
-<div class="section">
+<p>This project uses <a class="externalLink" 
href="https://git-scm.com/";>Git</a> to manage its source code. Instructions on 
Git use can be found at <a class="externalLink" 
href="https://git-scm.com/documentation";>https://git-scm.com/documentation</a>.</p></section><section>
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a 
name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
 <div class="source">
-<pre><a class="externalLink" 
href="http://svn.apache.org/viewvc/commons/proper/jexl/tags/COMMONS_JEXL_3_1";>http://svn.apache.org/viewvc/commons/proper/jexl/tags/COMMONS_JEXL_3_1</a></pre></div></div>
-<div class="section">
+<pre><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/commons-jexl.git";>https://gitbox.apache.org/repos/asf/commons-jexl.git</a></pre></div></section><section>
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
-<p>The source can be checked out anonymously from Subversion with this 
command:</p>
+<p>The source can be checked out anonymously from Git with this command (See 
<a class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
-<pre>$ svn checkout 
http://svn.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_3_1 
commons-jexl3</pre></div></div>
-<div class="section">
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-jexl.git</pre></div></section><section>
 <h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but committers must 
checkout the Subversion repository via HTTPS.</p>
+<p>Only project developers can access the Git tree via this method (See <a 
class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_3_1 
commons-jexl3</pre></div>
-<p>To commit changes to the repository, execute the following command to 
commit your changes (svn will prompt you for your password):</p>
-<div class="source">
-<pre>$ svn commit --username your-username -m &quot;A 
message&quot;</pre></div></div>
-<div class="section">
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-jexl.git</pre></div></section><section>
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
-<p>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:</p>
-<div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/jexl/tags/COMMONS_JEXL_3_1 
commons-jexl3</pre></div></div>
-<div class="section">
-<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a 
name="Access_Through_a_Proxy"></a>
-<p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your &quot;servers&quot; configuration file to indicate which proxy 
to use. The file's location depends on your operating system. On Linux or Unix 
it is located in the directory &quot;~/.subversion&quot;. On Windows it is in 
&quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is 
a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have 
that file, get the latest Subversion client and run any command; this will 
cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source">
-<pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
-          </td>
+<p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></section>
+                      </td>
         </tr>
       </table>
     </div>

Modified: 
websites/production/commons/content/proper/commons-jxpath/source-repository.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-jxpath/source-repository.html
 (original)
+++ 
websites/production/commons/content/proper/commons-jxpath/source-repository.html
 Wed May 13 16:39:48 2020
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 18 November 2015
+ | Generated by Apache Maven Doxia at 13 May 2020
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="iso-8859-1" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20151118" />
+    <meta name="Date-Revision-yyyymmdd" content="20200513" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Commons JXPath &#x2013; Source Repository</title>
 
@@ -43,7 +43,7 @@
                                        <a class="brand" 
href="http://commons.apache.org/proper/commons-jxpath/";>Apache Commons JXPath 
&trade;</a>
                                        <ul class="nav">      
                     
-            <li id="publishDate">Last Published: 18 November 2015</li>
+            <li id="publishDate">Last Published: 13 May 2020</li>
       <li class="divider">|</li> <li id="projectVersion">Version: 
1.4-SNAPSHOT</li>
   </ul>
                     <div class="pull-right">   <ul class="nav">
@@ -316,47 +316,32 @@
                                        <td class="content">
                                                <div class="section">
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" 
href="http://subversion.apache.org/";>Subversion</a> to manage its source code. 
Instructions on Subversion use can be found at <a class="externalLink" 
href="http://svnbook.red-bean.com/";>http://svnbook.red-bean.com/</a>.</p></div>
+<p>This project uses <a class="externalLink" 
href="http://git-scm.com/";>Git</a> to manage its source code. Instructions on 
Git use can be found at <a class="externalLink" 
href="http://git-scm.com/documentation";>http://git-scm.com/documentation</a>.</p></div>
 <div class="section">
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a 
name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
 <div class="source">
-<pre><a class="externalLink" 
href="http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk";>http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk</a></pre></div></div>
+<pre><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/commons-jxpath";>https://gitbox.apache.org/repos/asf/commons-jxpath</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
-<p>The source can be checked out anonymously from Subversion with this 
command:</p>
+<p>The source can be checked out anonymously from Git with this command (See 
<a class="externalLink" 
href="http://git-scm.com/docs/git-clone";>http://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
-<pre>$ svn checkout 
http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk 
commons-jxpath</pre></div></div>
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-jxpath</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but committers must 
checkout the Subversion repository via HTTPS.</p>
+<p>Only project developers can access the Git tree via this method (See <a 
class="externalLink" 
href="http://git-scm.com/docs/git-clone";>http://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/jxpath/trunk 
commons-jxpath</pre></div>
-<p>To commit changes to the repository, execute the following command to 
commit your changes (svn will prompt you for your password):</p>
-<div class="source">
-<pre>$ svn commit --username your-username -m &quot;A 
message&quot;</pre></div></div>
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-jxpath</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
-<p>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:</p>
-<div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/jxpath/trunk 
commons-jxpath</pre></div></div>
-<div class="section">
-<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a 
name="Access_Through_a_Proxy"></a>
-<p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your &quot;servers&quot; configuration file to indicate which proxy 
to use. The file's location depends on your operating system. On Linux or Unix 
it is located in the directory &quot;~/.subversion&quot;. On Windows it is in 
&quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is 
a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have 
that file, get the latest Subversion client and run any command; this will 
cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source">
-<pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
+<p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></div>
                                        </td>
                                </tr>
                        </table>
                </div>
 
                <div class="footer">
-                       <p>Copyright &copy;                    2001-2015
+                       <p>Copyright &copy;                    2001-2020
                         <a href="http://www.apache.org/";>The Apache Software 
Foundation</a>.
             All Rights Reserved.</p>
                                                                                
        

Modified: 
websites/production/commons/content/proper/commons-validator/source-repository.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-validator/source-repository.html
 (original)
+++ 
websites/production/commons/content/proper/commons-validator/source-repository.html
 Wed May 13 16:39:48 2020
@@ -275,42 +275,23 @@
                       </div>
           </td>
           <td class="content">
-            <div class="section">
+            <section>
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" 
href="http://subversion.apache.org/";>Subversion</a> to manage its source code. 
Instructions on Subversion use can be found at <a class="externalLink" 
href="http://svnbook.red-bean.com/";>http://svnbook.red-bean.com/</a>.</p></div>
-<div class="section">
+<p>This project uses <a class="externalLink" 
href="https://git-scm.com/";>Git</a> to manage its source code. Instructions on 
Git use can be found at <a class="externalLink" 
href="https://git-scm.com/documentation";>https://git-scm.com/documentation</a>.</p></section><section>
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a 
name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
 <div class="source">
-<pre><a class="externalLink" 
href="http://svn.apache.org/viewvc/commons/proper/validator/tags/VALIDATOR_1_6/";>http://svn.apache.org/viewvc/commons/proper/validator/tags/VALIDATOR_1_6/</a></pre></div></div>
-<div class="section">
+<pre><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/commons-validator";>https://gitbox.apache.org/repos/asf/commons-validator</a></pre></div></section><section>
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
-<p>The source can be checked out anonymously from Subversion with this 
command:</p>
+<p>The source can be checked out anonymously from Git with this command (See 
<a class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
-<pre>$ svn checkout 
http://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_6/ 
commons-validator</pre></div></div>
-<div class="section">
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-validator</pre></div></section><section>
 <h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but committers must 
checkout the Subversion repository via HTTPS.</p>
+<p>Only project developers can access the Git tree via this method (See <a 
class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_6/ 
commons-validator</pre></div>
-<p>To commit changes to the repository, execute the following command to 
commit your changes (svn will prompt you for your password):</p>
-<div class="source">
-<pre>$ svn commit --username your-username -m &quot;A 
message&quot;</pre></div></div>
-<div class="section">
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-validator</pre></div></section><section>
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
-<p>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:</p>
-<div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/validator/tags/VALIDATOR_1_6/ 
commons-validator</pre></div></div>
-<div class="section">
-<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a 
name="Access_Through_a_Proxy"></a>
-<p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your &quot;servers&quot; configuration file to indicate which proxy 
to use. The file's location depends on your operating system. On Linux or Unix 
it is located in the directory &quot;~/.subversion&quot;. On Windows it is in 
&quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is 
a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have 
that file, get the latest Subversion client and run any command; this will 
cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source">
-<pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
+<p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></section>
           </td>
         </tr>
       </table>

Modified: 
websites/production/commons/content/proper/commons-weaver/source-repository.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-weaver/source-repository.html
 (original)
+++ 
websites/production/commons/content/proper/commons-weaver/source-repository.html
 Wed May 13 16:39:48 2020
@@ -292,40 +292,25 @@
           <td class="content">
             <div class="section">
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>This project uses <a class="externalLink" 
href="http://subversion.apache.org/";>Subversion</a> to manage its source code. 
Instructions on Subversion use can be found at <a class="externalLink" 
href="http://svnbook.red-bean.com/";>http://svnbook.red-bean.com/</a>.</p></div>
+<p>This project uses <a class="externalLink" 
href="https://git-scm.com/";>Git</a> to manage its source code. Instructions on 
Git use can be found at <a class="externalLink" 
href="https://git-scm.com/documentation";>https://git-scm.com/documentation</a>.</p></div>
 <div class="section">
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a 
name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
 <div class="source">
-<pre><a class="externalLink" 
href="http://svn.apache.org/viewvc/commons/proper/weaver/trunk/";>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/</a></pre></div></div>
+<pre><a class="externalLink" 
href="http://gitbox.apache.org/repos/asf/commons-weaver.git";>http://gitbox.apache.org/repos/asf/commons-weaver.git</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
-<p>The source can be checked out anonymously from Subversion with this 
command:</p>
+<p>The source can be checked out anonymously from Git with this command (See 
<a class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>):</p>
 <div class="source">
-<pre>$ svn checkout 
http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ 
commons-weaver</pre></div></div>
+<pre>$ git clone 
http://gitbox.apache.org/repos/asf/commons-weaver.git</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
-<p>Everyone can access the Subversion repository via HTTP, but committers must 
checkout the Subversion repository via HTTPS.</p>
+<p>Only project developers can access the Git tree via this method (See <a 
class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>).</p>
 <div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ 
commons-weaver</pre></div>
-<p>To commit changes to the repository, execute the following command to 
commit your changes (svn will prompt you for your password):</p>
-<div class="source">
-<pre>$ svn commit --username your-username -m &quot;A 
message&quot;</pre></div></div>
+<pre>$ git clone 
https://gitbox.apache.org/repos/asf/commons-weaver.git</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
-<p>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:</p>
-<div class="source">
-<pre>$ svn checkout 
https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ 
commons-weaver</pre></div></div>
-<div class="section">
-<h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a 
name="Access_Through_a_Proxy"></a>
-<p>The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your &quot;servers&quot; configuration file to indicate which proxy 
to use. The file's location depends on your operating system. On Linux or Unix 
it is located in the directory &quot;~/.subversion&quot;. On Windows it is in 
&quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is 
a hidden directory.)</p>
-<p>There are comments in the file explaining what to do. If you don't have 
that file, get the latest Subversion client and run any command; this will 
cause the configuration directory and template files to be created.</p>
-<p>Example: Edit the 'servers' file and add something like:</p>
-<div class="source">
-<pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-</pre></div></div>
+<p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></div>
           </td>
         </tr>
       </table>


Reply via email to