Author: tfischer
Date: Sat Aug 20 02:04:11 2005
New Revision: 234010
URL: http://svn.apache.org/viewcvs?rev=234010&view=rev
Log:
changed the (hopefully) last occurences from CVS to SVN
Modified:
db/torque/trunk/xdocs/changes.xml
db/torque/trunk/xdocs/download.xml
db/torque/trunk/xdocs/maven-howto.xml
Modified: db/torque/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/db/torque/trunk/xdocs/changes.xml?rev=234010&r1=234009&r2=234010&view=diff
==============================================================================
--- db/torque/trunk/xdocs/changes.xml (original)
+++ db/torque/trunk/xdocs/changes.xml Sat Aug 20 02:04:11 2005
@@ -27,7 +27,7 @@
<body>
- <release version="3.2-rc2-dev" date="in CVS">
+ <release version="3.2-rc2-dev" date="in SVN">
<action type="add" dev="tfischer">
Added a method getXXX(connection) to retrieve associated objects
in the n->1 direction, which uses the provided connection
Modified: db/torque/trunk/xdocs/download.xml
URL:
http://svn.apache.org/viewcvs/db/torque/trunk/xdocs/download.xml?rev=234010&r1=234009&r2=234010&view=diff
==============================================================================
--- db/torque/trunk/xdocs/download.xml (original)
+++ db/torque/trunk/xdocs/download.xml Sat Aug 20 02:04:11 2005
@@ -242,14 +242,12 @@
</p>
</section>
-<section name="Getting The Development Source From CVS">
+<section name="Getting The Development Source From SVN">
<p>
- You can check out the latest source from the DB CVS module.<br/>
- Torque resides in the db-torque module:
- </p>
- <source><![CDATA[cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login
-password: anoncvs
-cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout
db-torque]]></source>
+ You can check out the latest source from the DB SVN module.<br/>
+ Torque resides in the db/torque module:
+ </p>
+ <source><![CDATA[svn checkout
https://svn.apache.org/repos/asf/db/torque/trunk]]></source>
</section>
<section name="Building The Source">
Modified: db/torque/trunk/xdocs/maven-howto.xml
URL:
http://svn.apache.org/viewcvs/db/torque/trunk/xdocs/maven-howto.xml?rev=234010&r1=234009&r2=234010&view=diff
==============================================================================
--- db/torque/trunk/xdocs/maven-howto.xml (original)
+++ db/torque/trunk/xdocs/maven-howto.xml Sat Aug 20 02:04:11 2005
@@ -66,7 +66,7 @@
<p>
Building the maven plugin from source is relatively easy - you might want
- to do this if there are fixes or enhancements in CVS that you want to make
+ to do this if there are fixes or enhancements in SVN that you want to make
use of. Another reason you might want to do this is if you wish to
make your own copy of the plugin that includes a set of customized
generator templates to modify the object model class files that will be
@@ -74,7 +74,7 @@
</p>
<p>
- The first thing to do is to check out Torque from CVS (make sure you use
+ The first thing to do is to check out Torque from SVN (make sure you use
branch tag you desire). If you want to modify any of the generator
templates you would do this before running <code>maven
plugin:install</code> from the <code>src/maven-plugin</code> directory.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]