You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by cd...@apache.org on 2005/09/06 08:41:00 UTC

svn commit: r278926 - in /webservices/axis/trunk/site/deprecated/src/documentation/content/xdocs/cpp: antbuild-guide.ihtml windev-guide.ihtml

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 @@
 <a href="#thirdPartySoftware">Getting necessary third party software</a><BR>
 <A href="#PropertyFiles">Property Files</A><br>
 <a href="#cvsExtract">Getting a CVS checkout</a><br>
+<a href="#svnExtract">Getting an SVN checkout</a><br>
 <a href="#SettingTheEnvironment">Setting the Environment</a><br>
 <a href="#runningTheBuild">Running the ANT build </a><BR>
 <A href="#EnablingTraceAndDebug">Enabling Trace and Debug</A><br>
@@ -163,6 +164,26 @@
 <br>
 The checked out folder ws-axis/c will be referred to as <code>[CHECKOUT_HOME]</code>
 from this point on.</p>
+
+<h2><a name="svnExtract"></a>Getting an SVN checkout</h2>
+
+<p>Anyone can checkout the source code from our anonymous SVN server. <br>
+<br>
+To access the Subversion repositories anonymously, you will need a Subversion client.<br>
+<br>
+Can Downloaded & installed Version 1.2.1 of TortoiseSVN 
+Visit <a href="#http://tortoisesvn.tigris.org/">http://tortoisesvn.tigris.org/</a><br>
+<br>
+For checkout used the Repository URL: 
+<a href="#https://svn.apache.org/repos/asf/webservices/axis/trunk/c/">https://svn.apache.org/repos/asf/webservices/axis/trunk/c/</a>
+<br>
+<br>
+For more information visit <a href="#http://www.apache.org/dev/version-control.html#https-svn">http://www.apache.org/dev/version-control.html#https-svn</a><br>
+<br>
+The checkout of the repository will be created in the current directory. But unlike CVS in SVN will not created "ws-axis" folder. 
+<br>Before having a checkout create a folder named "ws-axis\c" then would be same as using CVS.<br>
+<br>The checked out folder "ws-axis" will be referred to as [Checkout_Folder] from this point on.
+<br></p>
 
 <h2><a name="runningTheBuild"></a>Running the ANT build</h2>
 

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 @@
 <a href="#cvscheckout">Getting a cvs checkout</a>
 
 <br>
+<a href="#svncheckout">Getting an svn checkout</a>
+
+<br>
 <a href="#getapachexerces">Getting necessary third party software</a>
 
 <br>
@@ -107,6 +110,29 @@
 <br>
 The checked out folder ws-axis will be referred to as [Checkout_Folder] from
 this point on.<br></p>
+
+<p>
+<a name="svncheckout"></a></p>
+
+<h2>Getting an svn checkout</h2>
+
+<p>Anyone can checkout the source code from our anonymous SVN server. <br>
+<br>
+To access the Subversion repositories anonymously, you will need a Subversion client.<br>
+<br>
+Can Downloaded & installed Version 1.2.1 of TortoiseSVN 
+Visit <a href="#http://tortoisesvn.tigris.org/">http://tortoisesvn.tigris.org/</a><br>
+<br>
+For checkout used the Repository URL: 
+<a href="#https://svn.apache.org/repos/asf/webservices/axis/trunk/c/">https://svn.apache.org/repos/asf/webservices/axis/trunk/c/</a>
+<br>
+<br>
+For more information visit <a href="#http://www.apache.org/dev/version-control.html#https-svn">http://www.apache.org/dev/version-control.html#https-svn</a><br>
+<br>
+The checkout of the repository will be created in the current directory. But unlike CVS in SVN will not created "ws-axis" folder. 
+<br>Before having a checkout create a folder named "ws-axis\c" then would be same as using CVS.<br>
+<br>The checked out folder "ws-axis" will be referred to as [Checkout_Folder] from this point on.
+<br></p>
 
 <p><a name="getapachexerces"></a></p>