Author: markt
Date: Thu Oct  6 16:44:44 2005
New Revision: 306962

URL: http://svn.apache.org/viewcvs?rev=306962&view=rev
Log:
Add new convenience directories to subversion 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/viewcvs/tomcat/site/trunk/docs/svn.html?rev=306962&r1=306961&r2=306962&view=diff
==============================================================================
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Thu Oct  6 16:44:44 2005
@@ -227,6 +227,14 @@
   </tr>
   <tr>
     <td>
+<a href="http://svn.apache.org/repos/asf/tomcat/current";>
+        <code>/current/</code>
+</a>
+</td>
+    <td>Single directory checkouts for each major version</td>
+  </tr>
+  <tr>
+    <td>
 <a href="http://svn.apache.org/repos/asf/tomcat/connectors";>
         <code>/connectors/</code>
 </a>
@@ -267,6 +275,65 @@
   </tr>
 </table>
 
+</blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br />
+</td>
+</tr>
+</table>
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+<tr>
+<td bgcolor="#525D76">
+<font face="arial,helvetica,sanserif" color="#ffffff">
+<a name="Convenience directories">
+<strong>Convenience directories</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+<p>To simplify checkouts of the latest sources for each major version of Apache
+Tomcat, a Subversion feature called externals has been used. This groups all 
+the modules for a major Apache Tomcat release as sub-directories of a single
+directory and enables them to be checked out in a single command. The modules
+included for each version are listed in the section below.</p>
+
+<p>There are some caveats to remember. Since all the subdirectories are still
+really different slices from the repository, relative paths won't always work
+as expected, for example. See the
+<a href="http://svnbook.red-bean.com/en/1.1/ch07s04.html";>Externals
+Definitions</a> section of the <a href="http://svnbook.red-bean.com/";>
+Subversion Book</a> for details.</p>
+
+<p>The URLs to use to checkout each version are:</p>
+<table>
+  <tr>
+    <th>Apache Tomcat Version</th>
+<th>URL</th>
+  </tr>
+  <tr>
+    <td>5.5.x</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x</td>
+  </tr>
+  <tr>
+    <td>4.1.x</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/tc4.1.x</td>
+  </tr>
+  <tr>
+    <td>3.3.x</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/tc3.3.x</td>
+  </tr>
+</table>
+
+<p>Note that if you view these directories in your browser they will
+appear to be empty.</p>
 </blockquote>
 </p>
 </td>

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/xdocs/svn.xml?rev=306962&r1=306961&r2=306962&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Thu Oct  6 16:44:44 2005
@@ -48,6 +48,11 @@
     <td>The core Tomcat code</td>
   </tr>
   <tr>
+    <td><a href="http://svn.apache.org/repos/asf/tomcat/current";>
+        <code>/current/</code></a></td>
+    <td>Single directory checkouts for each major version</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</td>
@@ -76,6 +81,42 @@
 
 </section>
 
+<section name="Convenience directories">
+<p>To simplify checkouts of the latest sources for each major version of Apache
+Tomcat, a Subversion feature called externals has been used. This groups all 
+the modules for a major Apache Tomcat release as sub-directories of a single
+directory and enables them to be checked out in a single command. The modules
+included for each version are listed in the section below.</p>
+
+<p>There are some caveats to remember. Since all the subdirectories are still
+really different slices from the repository, relative paths won't always work
+as expected, for example. See the
+<a href="http://svnbook.red-bean.com/en/1.1/ch07s04.html";>Externals
+Definitions</a> section of the <a href="http://svnbook.red-bean.com/";>
+Subversion Book</a> for details.</p>
+
+<p>The URLs to use to checkout each version are:</p>
+<table>
+  <tr>
+    <th>Apache Tomcat Version</th><th>URL</th>
+  </tr>
+  <tr>
+    <td>5.5.x</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x</td>
+  </tr>
+  <tr>
+    <td>4.1.x</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/tc4.1.x</td>
+  </tr>
+  <tr>
+    <td>3.3.x</td>
+    <td>http://svn.apache.org/repos/asf/tomcat/current/tc3.3.x</td>
+  </tr>
+</table>
+
+<p>Note that if you view these directories in your browser they will
+appear to be empty.</p>
+</section>
 
 <section name="Sources by major version">
 <p>Tomcat 5.5.x is built from the following modules under



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to