You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/02/23 19:34:18 UTC

svn commit: r915471 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml

Author: tfischer
Date: Tue Feb 23 18:34:18 2010
New Revision: 915471

URL: http://svn.apache.org/viewvc?rev=915471&view=rev
Log:
- removed torque3 section
- changed tags and branches info

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml?rev=915471&r1=915470&r2=915471&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml Tue Feb 23 18:34:18 2010
@@ -88,13 +88,11 @@
 
     <subsection name="Runtime, Generator, Templates, Maven 2 Plugin">
      <p>
-      These modules make up the main torque distribution. They
-      are released in regular intervals and are available as binary
-      and source distributions from <a href="../download.html">the
-      Torque download page</a>. Each of these modules is developed
-      on its own Subversion trunk; Tags and Branches are located in
-      the respective <code>.../tags</code> and <code>.../branches</code> 
-      subdirectories.
+      These modules make up the main torque distribution.
+      Tags and Branches are the same for all modules and are locate
+      in the directories
+      <code>db/torque/torque4/tags</code> and
+      <code>db/torque/torque4/branches</code>.
      </p>
     </subsection>
 
@@ -119,72 +117,5 @@
      </p>
     </subsection>
    </section>
-
-   <section name="The Torque 3 repository">
-    <subsection name="Torque 3 Repository Structure">
-
-      <p>
-        Here are the torque 3 paths in SVN:
-      </p>
-
-      <source><![CDATA[
-    db/torque/
-      common           <--- contains files common to all components.
-                            Referenced by svn:externals
-      runtime          <--- contains the runtime component
-      generator        <--- contains the generator component
-      templates        <--- contains the generator templates component
-      maven-plugin     <--- contains the maven plugin component
-      maven2-plugin    <--- contains the maven 2 plugin component
-      test             <--- contains the test component
-      trunks           <--- contains references to the trunks of all 
-                            component (via svn:externals)
-      site             <--- contains the "frame" of the sources of the
-                            homepage (everything not related to a specific 
-                            component)
-      branches         <--- old branches (pre-3.2)
-      tags             <--- old tags (pre-3.2)
-      ]]></source>
-    </subsection>
-
-    <subsection name="The trunks module">
-     <p>
-       The Torque subversion repository contains another module for
-       development called <i>trunks</i>. While
-       this module seems quite empty, it is not.<br/>
-       If you want to work on the Torque code base, your best guess will be to
-       check out this module using
-  
-       <source><![CDATA[svn checkout http://svn.apache.org/repos/asf/db/torque/trunks torque]]></source>
-  
-       The resulting directory will contain the trunk locations of all
-       main Torque parts. This also happens through svn:external
-       references.
-     </p>
-    </subsection>
-   </section>
-
-   <section name="Old CVS tags and branches">
-    <subsection name="CVS remnants">
-      <p>
-       All CVS tags and branches that existed before the conversion to Subversion have
-       been preserved. These are only for historic reasons and there will be no more
-       development here. Branches and Tags after the Subversion conversion will be located
-       in the module specific branches/ and tags/ directories.
-  
-       <ul>
-        <li>
-          <a href="http://svn.apache.org/viewcvs/db/torque/tags/">Old CVS Tags</a> 
-          -- http://svn.apache.org/repos/asf/db/torque/tags/
-        </li>
-        <li>
-          <a href="http://svn.apache.org/viewcvs/db/torque/branches/">Old CVS Branches</a>
-          -- http://svn.apache.org/repos/asf/db/torque/branches/
-        </li>
-       </ul>
-       </p>
-     </subsection>
-   </section>
-
   </body>
 </document>



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