You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/10/13 10:34:57 UTC

svn commit: r1182718 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml

Author: kkolinko
Date: Thu Oct 13 08:34:57 2011
New Revision: 1182718

URL: http://svn.apache.org/viewvc?rev=1182718&view=rev
Log:
Update subversion repository links:
- Add viewvc link
- Add maven-plugin
- Add direct links to foo/trunk
- Add link to the official Git mirrors at ASF

Modified:
    tomcat/site/trunk/docs/svn.html
    tomcat/site/trunk/xdocs/svn.xml

Modified: tomcat/site/trunk/docs/svn.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?rev=1182718&r1=1182717&r2=1182718&view=diff
==============================================================================
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Thu Oct 13 08:34:57 2011
@@ -251,6 +251,9 @@ guidance for Subversion</a>.</p>
 <a href="http://svn.apache.org/repos/asf/tomcat">
 http://svn.apache.org/repos/asf/tomcat</a>.</p>
 
+<p>Note: there is also <a href="http://svn.apache.org/viewvc/tomcat/">ViewVC-powered view</a>
+of the repository.</p>
+
 <p>The directories below this level are:</p>
 <table>
   <tr>
@@ -272,7 +275,20 @@ http://svn.apache.org/repos/asf/tomcat</
 </a>
 </td>
     <td>The native source code for the Tomcat Connectors. This includes
-        mod_jk, isapi and nsapi.</td>
+        mod_jk, isapi and nsapi. The current code is in
+        <a href="http://svn.apache.org/repos/asf/tomcat/jk/trunk">
+        <code>/jk/trunk/</code>
+</a>.</td>
+  </tr>
+  <tr>
+    <td>
+<a href="http://svn.apache.org/repos/asf/tomcat/maven-plugin">
+        <nobr>
+<code>/maven-plugin/</code>
+</nobr>
+</a>
+</td>
+    <td>The Apache Tomcat Maven Plugin source code and website.</td>
   </tr>
   <tr>
     <td>
@@ -280,7 +296,15 @@ http://svn.apache.org/repos/asf/tomcat</
         <code>/native/</code>
 </a>
 </td>
-    <td>The native source code for the Tomcat Native/APR Connector.</td>
+    <td>The native source code for the Tomcat Native/APR Connector.
+    The current code is in
+    <a href="http://svn.apache.org/repos/asf/tomcat/native/branches/1.1.x">
+    <code>/native/branches/1.1.x/</code>
+</a> (1.1.x) and
+    <a href="http://svn.apache.org/repos/asf/tomcat/native/trunk">
+    <code>/native/trunk/</code>
+</a> (1.2.x).
+    </td>
   </tr>
   <tr>
     <td>
@@ -320,7 +344,10 @@ http://svn.apache.org/repos/asf/tomcat</
         <code>/tc5.5.x/</code>
 </a>
 </td>
-    <td>The stable 5.5.x release branch.</td>
+    <td>The stable 5.5.x release branch. See
+        <a href="http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk">
+        <code>/tc5.5.x/trunk/</code>
+</a>.</td>
   </tr>
   <tr>
     <td>
@@ -328,7 +355,10 @@ http://svn.apache.org/repos/asf/tomcat</
         <code>/tc6.0.x/</code>
 </a>
 </td>
-    <td>The stable 6.0.x release branch.</td>
+    <td>The stable 6.0.x release branch. See
+        <a href="http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk">
+        <code>/tc6.0.x/trunk/</code>
+</a>.</td>
   </tr>
   <tr>
     <td>
@@ -336,7 +366,10 @@ http://svn.apache.org/repos/asf/tomcat</
         <code>/tc7.0.x/</code>
 </a>
 </td>
-    <td>The stable 7.0.x release branch.</td>
+    <td>The stable 7.0.x release branch. See
+        <a href="http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk">
+        <code>/tc7.0.x/trunk/</code>
+</a>.</td>
   </tr>
   <tr>
     <td>
@@ -360,6 +393,37 @@ http://svn.apache.org/repos/asf/tomcat</
 </td>
 </tr>
 </table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr>
+<td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="Git Mirror">
+<!--()-->
+</a>
+<a name="Git_Mirror">
+<strong>Git Mirror</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+<p>The Apache Software Foundation provides read-only Git mirrors for
+its projects. See <a href="http://git.apache.org/">http://git.apache.org/</a> </p>
+
+</blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</td>
+</tr>
+</table>
 </td>
 </tr>
 <!--FOOTER SEPARATOR-->

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/svn.xml?rev=1182718&r1=1182717&r2=1182718&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Thu Oct 13 08:34:57 2011
@@ -26,6 +26,9 @@ guidance for Subversion</a>.</p>
 <a href="http://svn.apache.org/repos/asf/tomcat">
 http://svn.apache.org/repos/asf/tomcat</a>.</p>
 
+<p>Note: there is also <a href="http://svn.apache.org/viewvc/tomcat/">ViewVC-powered view</a>
+of the repository.</p>
+
 <p>The directories below this level are:</p>
 <table>
   <tr>
@@ -40,12 +43,25 @@ http://svn.apache.org/repos/asf/tomcat</
     <td><a href="http://svn.apache.org/repos/asf/tomcat/jk">
         <code>/jk/</code></a></td>
     <td>The native source code for the Tomcat Connectors. This includes
-        mod_jk, isapi and nsapi.</td>
+        mod_jk, isapi and nsapi. The current code is in
+        <a href="http://svn.apache.org/repos/asf/tomcat/jk/trunk">
+        <code>/jk/trunk/</code></a>.</td>
+  </tr>
+  <tr>
+    <td><a href="http://svn.apache.org/repos/asf/tomcat/maven-plugin">
+        <nobr><code>/maven-plugin/</code></nobr></a></td>
+    <td>The Apache Tomcat Maven Plugin source code and website.</td>
   </tr>
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/native">
         <code>/native/</code></a></td>
-    <td>The native source code for the Tomcat Native/APR Connector.</td>
+    <td>The native source code for the Tomcat Native/APR Connector.
+    The current code is in
+    <a href="http://svn.apache.org/repos/asf/tomcat/native/branches/1.1.x">
+    <code>/native/branches/1.1.x/</code></a> (1.1.x) and
+    <a href="http://svn.apache.org/repos/asf/tomcat/native/trunk">
+    <code>/native/trunk/</code></a> (1.2.x).
+    </td>
   </tr>
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/sandbox">
@@ -70,17 +86,23 @@ http://svn.apache.org/repos/asf/tomcat</
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/tc5.5.x">
         <code>/tc5.5.x/</code></a></td>
-    <td>The stable 5.5.x release branch.</td>
+    <td>The stable 5.5.x release branch. See
+        <a href="http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk">
+        <code>/tc5.5.x/trunk/</code></a>.</td>
   </tr>
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/tc6.0.x">
         <code>/tc6.0.x/</code></a></td>
-    <td>The stable 6.0.x release branch.</td>
+    <td>The stable 6.0.x release branch. See
+        <a href="http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk">
+        <code>/tc6.0.x/trunk/</code></a>.</td>
   </tr>
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/tc7.0.x">
         <code>/tc7.0.x/</code></a></td>
-    <td>The stable 7.0.x release branch.</td>
+    <td>The stable 7.0.x release branch. See
+        <a href="http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk">
+        <code>/tc7.0.x/trunk/</code></a>.</td>
   </tr>
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/trunk">
@@ -93,5 +115,12 @@ http://svn.apache.org/repos/asf/tomcat</
 
 </section>
 
+<section name="Git Mirror">
+
+<p>The Apache Software Foundation provides read-only Git mirrors for
+its projects. See <a href="http://git.apache.org/">http://git.apache.org/</a> </p>
+
+</section>
+
 </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org