Author: husted
Date: Fri Oct 15 17:58:00 2004
New Revision: 54890

Modified:
   struts/trunk/doc/acquiring.xml
   struts/trunk/doc/bylaws.xml
   struts/trunk/doc/faqs/kickstart.xml
   struts/trunk/doc/project.xml
   struts/trunk/doc/releases.xml
   struts/trunk/doc/using.xml
Log:
Update source repository references.

Modified: struts/trunk/doc/acquiring.xml
==============================================================================
--- struts/trunk/doc/acquiring.xml      (original)
+++ struts/trunk/doc/acquiring.xml      Fri Oct 15 17:58:00 2004
@@ -76,20 +76,20 @@
 
     <li>
         Nightly builds - Download the source directly via
-        <a href="http://jakarta.apache.org/getinvolved/cvsindex.html";>
-        Anonymous CVS</a>.
+        <a href="http://www.apache.org/dev/version-control.html";>
+        anonymous access</a>.
     </li>
 
     <li>
         Nightly builds - Download the binary distributions from the
-       <a href="http://cvs.apache.org/builds/jakarta-struts/nightly";>
+        <a href="http://svn.apache.org/builds/struts/nightly/";>
         Struts nightly builds directory</a>.
     </li>
 
     <li>
-        Nightly builds - Download the source distributions from the
-        <a href="http://cvs.apache.org/builds/jakarta-struts/nightly/src";>
-        Struts nightly build source directory</a>.
+        Nightly builds - Download the binary distributions from the
+       <a href="http://svn.apache.org/builds/struts/nightly/";>
+        Struts nightly builds directory</a>.
     </li>
 
     </ul>
@@ -105,7 +105,7 @@
     <p>
     If you are interested in the Tag Library Descriptor (TLD) files,
     they are maintained in the
-    <a href="http://cvs.apache.org/viewcvs/jakarta-struts/conf/share/";>
+    <a href="http://svn.apache.org/repos/asf/struts/trunk/conf/share/";>
     /conf/share</a> folder of the main repository.
     </p>
 
@@ -116,11 +116,11 @@
     </p>
 
     <p>
-    Access to the CVS source repository for Struts is available through both
-    <a href="http://cvs.apache.org/viewcvs/jakarta-struts/";>web browser</a>
+    Access to the source repository for Struts is available through both
+    <a href="http://svn.apache.org/viewcvs.cgi/struts/trunk/?root=Apache-SVN";>web 
browser</a>
     and
-    <a href="http://jakarta.apache.org/getinvolved/cvsindex.html";>
-    CVS client</a> interfaces.
+    <a href="http://www.apache.org/dev/version-control.html";>
+    Subversion client</a> interfaces.
     </p>
 
 </section>

Modified: struts/trunk/doc/bylaws.xml
==============================================================================
--- struts/trunk/doc/bylaws.xml (original)
+++ struts/trunk/doc/bylaws.xml Fri Oct 15 17:58:00 2004
@@ -46,7 +46,8 @@
     <strong>Contributors.</strong>
     Contributors are the people who write code or documentation patches or
     contribute positively to the project in other ways. When a volunteer's
-    patch is applied, the contribution is recognized in the CVS log.
+    patch is applied, the contribution is recognized in the version control
+    log.
     </p>
 
     <p>
@@ -89,7 +90,7 @@
     The PMC is responsible for the day-to-day
     management of the Struts Project. The PMC oversees all changes
     made to the codebase. The PMC must ensure that all code under a
-    Apache Struts CVS is the lawful property of the Foundation and
+    Apache Struts repository is the lawful property of the Foundation and
     may be distributed under the <a href="http://apache.org/licenses/";>
     Apache Software License</a>. All releases of a Struts subproject
     must be sanctioned by the Project Management Committee.

Modified: struts/trunk/doc/faqs/kickstart.xml
==============================================================================
--- struts/trunk/doc/faqs/kickstart.xml (original)
+++ struts/trunk/doc/faqs/kickstart.xml Fri Oct 15 17:58:00 2004
@@ -132,7 +132,7 @@
 <p>
 For static unit tests, we use the <a href="http://www.junit.org";>JUnit framework</a>.
 The sources for these tests are in the "src/test"
-hierarchy in the CVS repository, and are executed via the "test.junit"
+hierarchy in the source repository, and are executed via the "test.junit"
 target in the top-level build.xml file.  Such tests are focused on the
 low-level functionality of individual methods, are particularly
 suitable for the static methods in the org.apache.struts.util utility
@@ -291,7 +291,7 @@
         <a href="http://java.sun.com/j2ee/javaserverfaces/index.jsp";>Java ServerFaces 
page</a>.
         An early-release JavaServer Faces taglib for Struts,
         <strong>Struts-Faces</strong>, is also in early release and available through 
the
-        <a 
href="http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/";>nightly 
build</a>.
+        <a 
href="http://svn.apache.org/builds/jakarta-struts/nightly/struts-faces/";>nightly 
build</a>.
         The Struts Faces taglib is expected to work with any compliant JSF 
implementation, including
         <a href="http://www.myfaces.org/";>MyFaces</a>.
     </p>

Modified: struts/trunk/doc/project.xml
==============================================================================
--- struts/trunk/doc/project.xml        (original)
+++ struts/trunk/doc/project.xml        Fri Oct 15 17:58:00 2004
@@ -84,7 +84,7 @@
             />
         <item
             name="Development Releases"
-            href="http://cvs.apache.org/dist/struts/";
+            href="http://svn.apache.org/dist/struts/";
             />
     </menu>
 
@@ -102,8 +102,8 @@
             href="roadmap.html"
             />
         <item
-            name="CVS Repository"
-            href="http://cvs.apache.org/viewcvs/jakarta-struts/";
+            name="Source Repository"
+            href="http://svn.apache.org/viewcvs.cgi/struts/trunk/?root=Apache-SVN";
             />
     </menu>
 

Modified: struts/trunk/doc/releases.xml
==============================================================================
--- struts/trunk/doc/releases.xml       (original)
+++ struts/trunk/doc/releases.xml       Fri Oct 15 17:58:00 2004
@@ -75,7 +75,7 @@
       </p>
       <ul>
         <li>First, "Observe the style of the original". Resist the temptation to make 
stylistic changes for their own sake. But, if you must reformat code, commit style 
changes separately from code changes. Either change the style, commit, and then change 
the code, or vice- versa.</li>
-        <li>Set editors to replace tabs with spaces and do not trim trailing spaces. 
Tabs confound the CVS email alerts. Trimming trailing spaces creates unnecessary 
changes.</li>
+        <li>Set editors to replace tabs with spaces and do not trim trailing spaces. 
Tabs confound the version control alerts. Trimming trailing spaces creates unnecessary 
changes.</li>
         <li>Specify imported classes (do not use 
         <code>.*</code>).</li>
         <li>Write all if/else statements as full blocks with each clause within 
braces, unless the entire statement fits on the same line.</li>

Modified: struts/trunk/doc/using.xml
==============================================================================
--- struts/trunk/doc/using.xml  (original)
+++ struts/trunk/doc/using.xml  Fri Oct 15 17:58:00 2004
@@ -78,8 +78,8 @@
     </p>
 
     <p>
-    The documentation is maintained in the <code>doc</code> folder of the CVS 
-    in a XML format. 
+    The documentation is maintained in the <code>doc</code> folder of the
+    repository in a XML format.
     In the Nightly Build, there is a "compile.website" target in the 
     <code>build.xml</code> file, which renders the XML into the HTML we post 
     to the Website. 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to