Author: sebb
Date: Tue Apr 28 15:30:10 2020
New Revision: 1059913
Log:
Fix up some SVN => Git references
Modified:
websites/production/commons/content/proper/commons-bsf/source-repository.html
websites/production/commons/content/proper/commons-chain/source-repository.html
websites/production/commons/content/proper/commons-logging/source-repository.html
websites/production/commons/content/proper/commons-net/source-repository.html
Modified:
websites/production/commons/content/proper/commons-bsf/source-repository.html
==============================================================================
---
websites/production/commons/content/proper/commons-bsf/source-repository.html
(original)
+++
websites/production/commons/content/proper/commons-bsf/source-repository.html
Tue Apr 28 15:30:10 2020
@@ -199,10 +199,27 @@
</div>
<div id="bodyColumn">
<div id="contentBox">
- <div class="section"><h2>Overview<a name="Overview"></a></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"><h2>Web Access<a name="Web_Access"></a></h2><a
name="Web_Access"></a><p>The following is a link to the online source
repository.</p><div class="source"><pre><a class="externalLink"
href="http://svn.apache.org/repos/asf/commons/proper/bsf/trunk">http://svn.apache.org/repos/asf/commons/proper/bsf/trunk</a></pre></div></div><div
class="section"><h2>Anonymous access<a name="Anonymous_access"></a></h2><a
name="Anonymous_access"></a><p>The source can be checked out anonymously from
SVN with this command:</p><div class="source"><pre>$ svn checkout
http://svn.apache.org/repos/asf/commons/proper/bsf/trunk bsf</p
re></div></div><div class="section"><h2>Developer access<a
name="Developer_access"></a></h2><a name="Developer_access"></a><p>Committers
must checkout the Subversion repository.</p><div class="source"><pre>$ svn
checkout http://svn.apache.org/repos/asf/commons/proper/bsf/trunk
bsf</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 "A
message"</pre></div></div><div class="section"><h2>Access from behind a
firewall<a name="Access_from_behind_a_firewall"></a></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
http://svn.apache.org/repos/asf/commons/proper/bsf/trunk
bsf</pre></div></div><div class="section
"><h2>Access through a proxy<a name="Access_through_a_proxy"></a></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 "servers"
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
"~/.subversion". On Windows it is in
"%APPDATA%\Subversion". (Try "echo %APPDATA%", 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>
+ <div class="section">
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<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_Access"></a>Web Access</h2><a name="Web_Access"></a>
+<p>The following is a link to the online source repository.</p>
+<div class="source">
+<pre><a class="externalLink"
href="https://gitbox.apache.org/repos/asf/commons-bsf">https://gitbox.apache.org/repos/asf/commons-bsf</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 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>$ git clone
https://gitbox.apache.org/repos/asf/commons-bsf</pre></div></div>
+<div class="section">
+<h2><a name="Developer_access"></a>Developer access</h2><a
name="Developer_access"></a>
+<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>$ git clone
https://gitbox.apache.org/repos/asf/commons-bsf</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>Refer to the documentation of the SCM used for more information about
access behind a firewall.</p>
</div>
</div>
<div class="clear">
Modified:
websites/production/commons/content/proper/commons-chain/source-repository.html
==============================================================================
---
websites/production/commons/content/proper/commons-chain/source-repository.html
(original)
+++
websites/production/commons/content/proper/commons-chain/source-repository.html
Tue Apr 28 15:30:10 2020
@@ -310,42 +310,26 @@
</div>
<div id="bodyColumn">
<div id="contentBox">
- <a name="Overview"></a><div class="section"><h2>Overview</h2>
-This project uses <a class="externalLink"
href="http://subversion.tigris.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>.</div>
-<a name="Web_Access"></a><div class="section"><h2>Web Access</h2>
-<p>The following is a link to the online source repository.</p>
-<div class="source"><pre><a class="externalLink"
href="http://svn.apache.org/viewvc/commons/proper/chain/trunk/">http://svn.apache.org/viewvc/commons/proper/chain/trunk/</a></pre>
-</div>
-</div>
-<a name="Anonymous_access"></a><div class="section"><h2>Anonymous access</h2>
-<p>The source can be checked out anonymously from SVN with this command:</p>
-<div class="source"><pre>$ svn checkout
http://svn.apache.org/repos/asf/commons/proper/chain/trunk/ commons-chain</pre>
-</div>
-</div>
-<a name="Developer_access"></a><div class="section"><h2>Developer access</h2>
-<p>Everyone can access the Subversion repository via HTTP, but Committers must
checkout the Subversion repository via HTTPS.</p>
-<div class="source"><pre>$ svn checkout
https://svn.apache.org/repos/asf/commons/proper/chain/trunk/ commons-chain</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 "A
message"</pre>
-</div>
-</div>
-<a name="Access_from_behind_a_firewall"></a><div class="section"><h2>Access
from behind a firewall</h2>
-<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/chain/trunk/ commons-chain</pre>
-</div>
-</div>
-<a name="Access_through_a_proxy"></a><div class="section"><h2>Access through a
proxy</h2>
-<p>The Subversion client can go through a proxy, if you configure it to do so.
First, edit your "servers" 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 "~/.subversion". On Windows it is in
"%APPDATA%\Subversion". (Try "echo %APPDATA%", 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>
-
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<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="https://gitbox.apache.org/repos/asf/commons-chain">https://gitbox.apache.org/repos/asf/commons-chain</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 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>$ git clone
https://gitbox.apache.org/repos/asf/commons-chain</pre></div></div>
+<div class="section">
+<h2><a name="Developer_Access"></a>Developer Access</h2><a
name="Developer_Access"></a>
+<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>$ git clone
https://gitbox.apache.org/repos/asf/commons-chain</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>Refer to the documentation of the SCM used for more information about
access behind a firewall.</p>
</div>
</div>
<div class="clear">
Modified:
websites/production/commons/content/proper/commons-logging/source-repository.html
==============================================================================
---
websites/production/commons/content/proper/commons-logging/source-repository.html
(original)
+++
websites/production/commons/content/proper/commons-logging/source-repository.html
Tue Apr 28 15:30:10 2020
@@ -267,40 +267,26 @@
<td class="content">
<div class="section">
<h2>Overview<a name="Overview"></a></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>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
<p>The following is a link to the online source repository.</p>
<div class="source">
-<pre><a class="externalLink"
href="http://svn.apache.org/repos/asf/commons/proper/logging/trunk">http://svn.apache.org/repos/asf/commons/proper/logging/trunk</a></pre></div></div>
+<pre><a class="externalLink"
href="https://gitbox.apache.org/repos/asf/commons-logging">https://gitbox.apache.org/repos/asf/commons-logging</a></pre></div></div>
<div class="section">
<h2>Anonymous access<a name="Anonymous_access"></a></h2><a
name="Anonymous_access"></a>
-<p>The source can be checked out anonymously from SVN 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/logging/trunk
commons-logging</pre></div></div>
+<pre>$ git clone
https://gitbox.apache.org/repos/asf/commons-logging</pre></div></div>
<div class="section">
<h2>Developer access<a name="Developer_access"></a></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/logging/trunk
commons-logging</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 "A
message"</pre></div></div>
+<pre>$ git clone
https://gitbox.apache.org/repos/asf/commons-logging</pre></div></div>
<div class="section">
<h2>Access from behind a firewall<a
name="Access_from_behind_a_firewall"></a></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/logging/trunk
commons-logging</pre></div></div>
-<div class="section">
-<h2>Access through a proxy<a name="Access_through_a_proxy"></a></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 "servers" 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 "~/.subversion". On Windows it is in
"%APPDATA%\Subversion". (Try "echo %APPDATA%", 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>
Modified:
websites/production/commons/content/proper/commons-net/source-repository.html
==============================================================================
---
websites/production/commons/content/proper/commons-net/source-repository.html
(original)
+++
websites/production/commons/content/proper/commons-net/source-repository.html
Tue Apr 28 15:30:10 2020
@@ -266,40 +266,26 @@
<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/viewvc/commons/proper/net/tags/NET_3_6">http://svn.apache.org/viewvc/commons/proper/net/tags/NET_3_6</a></pre></div></div>
+<pre><a class="externalLink"
href="https://gitbox.apache.org/repos/asf/commons-net">https://gitbox.apache.org/repos/asf/commons-net</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/net/tags/NET_3_6
commons-net</pre></div></div>
+<pre>$ git clone
https://gitbox.apache.org/repos/asf/commons-net</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/net/tags/NET_3_6
commons-net</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 "A
message"</pre></div></div>
+<pre>$ git clone
https://gitbox.apache.org/repos/asf/commons-net</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/net/tags/NET_3_6
commons-net</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 "servers" 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 "~/.subversion". On Windows it is in
"%APPDATA%\Subversion". (Try "echo %APPDATA%", 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>