You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/24 09:25:18 UTC

svn commit: r434328 - in /geronimo/site/trunk: docs/svn.html xdocs/svn.xml

Author: jdillon
Date: Thu Aug 24 00:25:17 2006
New Revision: 434328

URL: http://svn.apache.org/viewvc?rev=434328&view=rev
Log:
Update the scm urls

Modified:
    geronimo/site/trunk/docs/svn.html
    geronimo/site/trunk/xdocs/svn.xml

Modified: geronimo/site/trunk/docs/svn.html
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/svn.html?rev=434328&r1=434327&r2=434328&view=diff
==============================================================================
--- geronimo/site/trunk/docs/svn.html (original)
+++ geronimo/site/trunk/docs/svn.html Thu Aug 24 00:25:17 2006
@@ -257,8 +257,8 @@
             <blockquote>
                                                             <p>
 If you just want to browse the source code, you can use the
-<a href="http://svn.apache.org/viewcvs.cgi/geronimo/trunk/?root=Apache-SVN">ViewCVS
-web interface</a> to Subversion.  This is current at all times.
+<a href="http://svn.apache.org/viewvc/geronimo/server/trunk/">web interface</a>
+to Subversion.  This is current at all times.
 </p>
                                                 </blockquote>
         </td>
@@ -287,7 +287,7 @@
 firewalls.</p>
                                                                                 <strong>Check out from Subversion</strong>
                                                                                 <p>Again, anyone can do this.  Use a command like:</p>
-                                                                                <pre>svn checkout https://svn.apache.org/repos/asf/geronimo/trunk geronimo</pre>
+                                                                                <pre>svn checkout https://svn.apache.org/repos/asf/geronimo/server/trunk server</pre>
                                                                                 <strong>Commit Changes to Subversion</strong>
                                                                                 <p>
 Any Geronimo committer should have a shell account on
@@ -325,7 +325,7 @@
     <tr>
         <td>
             <blockquote>
-                                                            <p>Refer to the <a href="http://wiki.apache.org/geronimo/Building">Wiki
+                                                            <p>Refer to the <a href="http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html">Wiki
 page</a> for the build procedure.  It typically takes 10-30 minutes for a full
 build, and it needs to be run while online in order to download or update a
 large number of dependencies.</p>

Modified: geronimo/site/trunk/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/xdocs/svn.xml?rev=434328&r1=434327&r2=434328&view=diff
==============================================================================
--- geronimo/site/trunk/xdocs/svn.xml (original)
+++ geronimo/site/trunk/xdocs/svn.xml Thu Aug 24 00:25:17 2006
@@ -41,8 +41,8 @@
 <p>
 If you just want to browse the source code, you can use the
 <a
-href="http://svn.apache.org/viewcvs.cgi/geronimo/trunk/?root=Apache-SVN">ViewCVS
-web interface</a> to Subversion.  This is current at all times.
+href="http://svn.apache.org/viewvc/geronimo/server/trunk/">web interface</a>
+to Subversion.  This is current at all times.
 </p>
 
 </subsection>
@@ -57,7 +57,7 @@
 
 <strong>Check out from Subversion</strong>
 <p>Again, anyone can do this.  Use a command like:</p>
-<pre>svn checkout https://svn.apache.org/repos/asf/geronimo/trunk geronimo</pre>
+<pre>svn checkout https://svn.apache.org/repos/asf/geronimo/server/trunk server</pre>
 
 <strong>Commit Changes to Subversion</strong>
 
@@ -84,7 +84,7 @@
 </subsection>
 
 <subsection name="Building Geronimo from Source">
-<p>Refer to the <a href="http://wiki.apache.org/geronimo/Building">Wiki
+<p>Refer to the <a href="http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html">Wiki
 page</a> for the build procedure.  It typically takes 10-30 minutes for a full
 build, and it needs to be run while online in order to download or update a
 large number of dependencies.</p>