Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 21752 invoked from network); 24 Aug 2006 07:25:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Aug 2006 07:25:40 -0000 Received: (qmail 96491 invoked by uid 500); 24 Aug 2006 07:25:40 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 96483 invoked by uid 500); 24 Aug 2006 07:25:40 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 96471 invoked by uid 99); 24 Aug 2006 07:25:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 00:25:40 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Aug 2006 00:25:39 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 621D31A981A; Thu, 24 Aug 2006 00:25:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r434328 - in /geronimo/site/trunk: docs/svn.html xdocs/svn.xml Date: Thu, 24 Aug 2006 07:25:18 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060824072519.621D31A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@

If you just want to browse the source code, you can use the -ViewCVS -web interface to Subversion. This is current at all times. +web interface +to Subversion. This is current at all times.

@@ -287,7 +287,7 @@ firewalls.

Check out from Subversion

Again, anyone can do this. Use a command like:

-
svn checkout https://svn.apache.org/repos/asf/geronimo/trunk geronimo
+
svn checkout https://svn.apache.org/repos/asf/geronimo/server/trunk server
Commit Changes to Subversion

Any Geronimo committer should have a shell account on @@ -325,7 +325,7 @@

-

Refer to the Wiki +

Refer to the Wiki page 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.

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 @@

If you just want to browse the source code, you can use the ViewCVS -web interface to Subversion. This is current at all times. +href="http://svn.apache.org/viewvc/geronimo/server/trunk/">web interface +to Subversion. This is current at all times.

@@ -57,7 +57,7 @@ Check out from Subversion

Again, anyone can do this. Use a command like:

-
svn checkout https://svn.apache.org/repos/asf/geronimo/trunk geronimo
+
svn checkout https://svn.apache.org/repos/asf/geronimo/server/trunk server
Commit Changes to Subversion @@ -84,7 +84,7 @@ -

Refer to the Wiki +

Refer to the Wiki page 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.