You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/06/05 00:24:41 UTC

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

Author: markt
Date: Wed Jun  4 15:24:41 2008
New Revision: 663390

URL: http://svn.apache.org/viewvc?rev=663390&view=rev
Log:
Now I have figured out how to do this, add the externals that use 1.5 relative urls to the svn page

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=663390&r1=663389&r2=663390&view=diff
==============================================================================
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Wed Jun  4 15:24:41 2008
@@ -268,6 +268,15 @@
   </tr>
   <tr>
     <td>
+<a href="http://svn.apache.org/repos/asf/tomcat/current/svn15">
+        <code>/current/svn15</code>
+</a>
+</td>
+    <td>Single directory checkouts for Tomcat 4.x and 5.x using svn 1.5+
+        style relative links for the externals</td>
+  </tr>
+  <tr>
+    <td>
 <a href="http://svn.apache.org/repos/asf/tomcat/connectors">
         <code>/connectors/</code>
 </a>
@@ -381,13 +390,21 @@
     <td>http://svn.apache.org/repos/asf/tomcat/tc6.0.x</td>
   </tr>
   <tr>
-    <td>5.5.x</td>
+    <td>5.5.x (pre svn 1.5)</td>
     <td>http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x</td>
   </tr>
   <tr>
-    <td>4.1.x</td>
+    <td>5.5.x (svn 1.5+)</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/svn15/tc5.5.x</td>
+  </tr>
+  <tr>
+    <td>4.1.x (pre svn 1.5)</td>
     <td>http://svn.apache.org/repos/asf/tomcat/current/tc4.1.x</td>
   </tr>
+  <tr>
+    <td>4.1.x (svn 1.5+)</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/svn15/tc4.1.x</td>
+  </tr>
 </table>
 
 <p>Note that if you view the directories for Tomcat 4 or 5 in your browser

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/svn.xml?rev=663390&r1=663389&r2=663390&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Wed Jun  4 15:24:41 2008
@@ -52,6 +52,12 @@
     <td>Single directory checkouts for Tomcat 4.x and 5.x</td>
   </tr>
   <tr>
+    <td><a href="http://svn.apache.org/repos/asf/tomcat/current/svn15">
+        <code>/current/svn15</code></a></td>
+    <td>Single directory checkouts for Tomcat 4.x and 5.x using svn 1.5+
+        style relative links for the externals</td>
+  </tr>
+  <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/connectors">
         <code>/connectors/</code></a></td>
     <td>The HTTP and AJP implementation code for Tomcat 4.x and 5.x</td>
@@ -123,13 +129,21 @@
     <td>http://svn.apache.org/repos/asf/tomcat/tc6.0.x</td>
   </tr>
   <tr>
-    <td>5.5.x</td>
+    <td>5.5.x (pre svn 1.5)</td>
     <td>http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x</td>
   </tr>
   <tr>
-    <td>4.1.x</td>
+    <td>5.5.x (svn 1.5+)</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/svn15/tc5.5.x</td>
+  </tr>
+  <tr>
+    <td>4.1.x (pre svn 1.5)</td>
     <td>http://svn.apache.org/repos/asf/tomcat/current/tc4.1.x</td>
   </tr>
+  <tr>
+    <td>4.1.x (svn 1.5+)</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/svn15/tc4.1.x</td>
+  </tr>
 </table>
 
 <p>Note that if you view the directories for Tomcat 4 or 5 in your browser



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