aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2010-08-10 02:52:58 +0000
committerkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2010-08-10 02:52:58 +0000
commit78924b53370ef6fd874f858e683b226a18bb82c5 (patch)
treed5ceb5e9e71e11239ec7a10f3601374555370f31
parent6e67e279f8ca4653e5b2d319ea649aa726d50015 (diff)
update docs for svn
-rw-r--r--README-build.html12
-rw-r--r--www/build-instr.html25
-rw-r--r--www/index.html2
3 files changed, 18 insertions, 21 deletions
diff --git a/README-build.html b/README-build.html
index ebd3e07..eec4d9b 100644
--- a/README-build.html
+++ b/README-build.html
@@ -56,13 +56,13 @@ the 3D Example Programs</span></h3>
<p>To
build the 3D example programs, you must first checkout the <a
href="http://j3d-examples.dev.java.net/">j3d-examples</a>
-CVS
+svn
repository on java.net. For example, run
-the cvs checkout command as follows:<br>
+the svn checkout command as follows:<br>
</p>
<ul>
- <code>cd &lt;cvs-root-dir&gt;</code><br>
- <code>cvs checkout j3d-examples</code>
+ <code>cd &lt;j3d-root-dir&gt;</code><br>
+ <code>svn checkout https://j3d-examples.dev.java.net/svn/j3d-examples/trunk j3d-examples</code>
</ul>
<p>
</p>
@@ -107,7 +107,7 @@ PATH (Windows).<br>
</p>
<p>To build all examples:</p>
<ul>
- <code>cd &lt;cvs-root-dir&gt;/j3d-examples</code><br>
+ <code>cd &lt;j3d-root-dir&gt;/j3d-examples</code><br>
<code>ant</code>
</ul>
<p>
@@ -124,7 +124,7 @@ to run the
HelloUniverse program:<br>
</p>
<ul>
- <code>cd &lt;cvs-root-dir&gt;/j3d-examples<br>
+ <code>cd &lt;j3d-root-dir&gt;/j3d-examples<br>
</code> <code>java
org.jdesktop.j3d.examples.hello_universe.HelloUniverse<br>
</code>
diff --git a/www/build-instr.html b/www/build-instr.html
index 24d3c68..7325016 100644
--- a/www/build-instr.html
+++ b/www/build-instr.html
@@ -3,34 +3,31 @@
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
- <title>CVS download and build instructions</title>
+ <title>Subversion (svn) download and build instructions</title>
<meta content="Kevin Rushforth" name="author">
</head>
<body>
-<h3>CVS download and build instructions for j3d-examples</h3>
+<h3>Subversion (svn) download and build instructions for j3d-examples</h3>
<p>To
build the j3d-examples project, you must first checkout the <a
href="https://j3d-examples.dev.java.net/">j3d-examples</a>
-CVS
+svn
repository. For example, run
-the cvs checkout command as follows:<br>
+the svn checkout command as follows:<br>
</p>
<ul>
- <code>cd &lt;cvs-root-dir&gt;</code><br>
- <code>cvs checkout j3d-examples</code>
+ <code>cd &lt;j3d-root-dir&gt;</code><br>
+ <code>svn checkout https://j3d-examples.dev.java.net/svn/j3d-examples/trunk j3d-examples</code><br>
</ul>
-<p>After you have downloaded the CVS repository, read the
+<p>After you have downloaded the svn repository, read the
README-FIRST.txt file, then read and follow the
instructions in the README-build.html
file.<br>
</p>
-<p>Go to the "<a href="servlets/ProjectSource">CVS client setup</a>"
-page for instructions on how to access the j3d-examples source code
-from CVS. Click on the "<a href="source/browse/j3d-examples/">Version
-Control
-- CVS</a>" link to browse the j3d-examples source code.
-Automated CVS change messages are sent to the <span
- style="color: blue;">cvs 'at'
+<p>Go to the "<a href="source/browse/j3d-examples/">Subversion</a>"
+page for instructions on how to access the j3d-examples source code.
+Automated svn change messages are sent to the <span
+ style="color: blue;">commits 'at'
j3d-examples.dev.java.net</span>
list list.&nbsp;<a href="servlets/ProjectMailingListList">Click here to
subscribe</a> to this list.<br>
diff --git a/www/index.html b/www/index.html
index e87788a..1927966 100644
--- a/www/index.html
+++ b/www/index.html
@@ -14,7 +14,7 @@ for the 3D example programs.
(the 3D vector math package), and <a
href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
(the 3D core utilities). Developers should refer to the <a
- href="build-instr.html">CVS download
+ href="build-instr.html">svn download
and build
instructions</a> for information on downloading the source code and
building j3d-examples.