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 2012/07/13 13:20:19 UTC

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

Author: kkolinko
Date: Fri Jul 13 11:20:19 2012
New Revision: 1361163

URL: http://svn.apache.org/viewvc?rev=1361163&view=rev
Log:
Hide the note about svn:externals handling in Git.
It is no more relevant for Tomcat 7 since r1360704.

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=1361163&r1=1361162&r2=1361163&view=diff
==============================================================================
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Fri Jul 13 11:20:19 2012
@@ -427,16 +427,7 @@ its projects. See <a href="http://git.ap
 <li>The Git repositories at <a href="http://git.apache.org/">http://git.apache.org/</a>
     and their clones at GitHub are only mirrors. The official code repository
     is the Subversion one, documented above.</li>
-  
-<li>The Git mirrors do not have support for the <code>svn:externals</code>
-    property.<br>
-    A consequence of this is that the <strong>tomcat70.git</strong> repository
-    lacks the source code for the <code>jdbc-pool</code> module. The code comes
-    from certain revision of Tomcat trunk, as configured by the
-    <code>svn:externals</code> property that is set on the <code>modules</code>
-    directory.
-    To be able to build Tomcat 7, you have to get the missing source code, e.g.
-    from a source archive of a released version of Tomcat 7.</li>
+
   
 <li>To propose a patch, please follow general patch submission guidelines,
     documented on the <a href="bugreport.html">Bug Database</a> page.</li>

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/svn.xml?rev=1361163&r1=1361162&r2=1361163&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Fri Jul 13 11:20:19 2012
@@ -130,6 +130,8 @@ its projects. See <a href="http://git.ap
   <li>The Git repositories at <a href="http://git.apache.org/">http://git.apache.org/</a>
     and their clones at GitHub are only mirrors. The official code repository
     is the Subversion one, documented above.</li>
+<!-- The following is no more relevant, as svn:externals in Tomcat 7
+was replaced with a copy of jdbc-pool in r1360704 on Jul 12th 2012.
   <li>The Git mirrors do not have support for the <code>svn:externals</code>
     property.<br/>
     A consequence of this is that the <strong>tomcat70.git</strong> repository
@@ -139,6 +141,7 @@ its projects. See <a href="http://git.ap
     directory.
     To be able to build Tomcat 7, you have to get the missing source code, e.g.
     from a source archive of a released version of Tomcat 7.</li>
+-->
   <li>To propose a patch, please follow general patch submission guidelines,
     documented on the <a href="bugreport.html">Bug Database</a> page.</li>
 </ol>



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