Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 90809 invoked from network); 6 Sep 2005 06:41:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2005 06:41:03 -0000 Received: (qmail 36790 invoked by uid 500); 6 Sep 2005 06:41:02 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 36738 invoked by uid 500); 6 Sep 2005 06:41:02 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 36725 invoked by uid 99); 6 Sep 2005 06:41:01 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 05 Sep 2005 23:41:01 -0700 Received: (qmail 90778 invoked by uid 65534); 6 Sep 2005 06:41:01 -0000 Message-ID: <20050906064101.90777.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r278926 - in /webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp: antbuild-guide.ihtml windev-guide.ihtml Date: Tue, 06 Sep 2005 06:41:00 -0000 To: axis-cvs@ws.apache.org From: cdinapala@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: cdinapala Date: Mon Sep 5 23:40:47 2005 New Revision: 278926 URL: http://svn.apache.org/viewcvs?rev=278926&view=rev Log: Improved to have SVN checkout details. Modified: webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/antbuild-guide.ihtml webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/windev-guide.ihtml Modified: webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/antbuild-guide.ihtml URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/antbuild-guide.ihtml?rev=278926&r1=278925&r2=278926&view=diff ============================================================================== --- webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/antbuild-guide.ihtml (original) +++ webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/antbuild-guide.ihtml Mon Sep 5 23:40:47 2005 @@ -15,6 +15,7 @@ Getting necessary third party software
Property Files
Getting a CVS checkout
+Getting an SVN checkout
Setting the Environment
Running the ANT build
Enabling Trace and Debug
@@ -163,6 +164,26 @@
The checked out folder ws-axis/c will be referred to as [CHECKOUT_HOME] from this point on.

+ +

Getting an SVN checkout

+ +

Anyone can checkout the source code from our anonymous SVN server.
+
+To access the Subversion repositories anonymously, you will need a Subversion client.
+
+Can Downloaded & installed Version 1.2.1 of TortoiseSVN +Visit http://tortoisesvn.tigris.org/
+
+For checkout used the Repository URL: +https://svn.apache.org/repos/asf/webservices/axis/trunk/c/ +
+
+For more information visit http://www.apache.org/dev/version-control.html#https-svn
+
+The checkout of the repository will be created in the current directory. But unlike CVS in SVN will not created "ws-axis" folder. +
Before having a checkout create a folder named "ws-axis\c" then would be same as using CVS.
+
The checked out folder "ws-axis" will be referred to as [Checkout_Folder] from this point on. +

Running the ANT build

Modified: webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/windev-guide.ihtml URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/windev-guide.ihtml?rev=278926&r1=278925&r2=278926&view=diff ============================================================================== --- webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/windev-guide.ihtml (original) +++ webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp/windev-guide.ihtml Mon Sep 5 23:40:47 2005 @@ -11,6 +11,9 @@ Getting a cvs checkout
+Getting an svn checkout + +
Getting necessary third party software
@@ -107,6 +110,29 @@
The checked out folder ws-axis will be referred to as [Checkout_Folder] from this point on.

+ +

+

+ +

Getting an svn checkout

+ +

Anyone can checkout the source code from our anonymous SVN server.
+
+To access the Subversion repositories anonymously, you will need a Subversion client.
+
+Can Downloaded & installed Version 1.2.1 of TortoiseSVN +Visit http://tortoisesvn.tigris.org/
+
+For checkout used the Repository URL: +https://svn.apache.org/repos/asf/webservices/axis/trunk/c/ +
+
+For more information visit http://www.apache.org/dev/version-control.html#https-svn
+
+The checkout of the repository will be created in the current directory. But unlike CVS in SVN will not created "ws-axis" folder. +
Before having a checkout create a folder named "ws-axis\c" then would be same as using CVS.
+
The checked out folder "ws-axis" will be referred to as [Checkout_Folder] from this point on. +