/[Apache-SVN]/tomcat/site/trunk/xdocs/svn.xml
ViewVC logotype

Diff of /tomcat/site/trunk/xdocs/svn.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- tomcat/site/trunk/xdocs/svn.xml	2005/10/06 23:42:47	306961
+++ tomcat/site/trunk/xdocs/svn.xml	2005/10/06 23:44:44	306962
@@ -48,6 +48,11 @@ http://svn.apache.org/repos/asf/tomcat</
     <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 @@ http://svn.apache.org/repos/asf/tomcat</
 
 </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

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26