From 17ad5028fcc0ceb2c2c9481941fc6ccdb1f09d61 Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 26 Dec 2012 07:52:34 +0000 Subject: svn links doc updated, added viewvc link ( AXIS2C-1458 ) git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425852 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/svn.html | 121 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 93 insertions(+), 28 deletions(-) diff --git a/xdocs/svn.html b/xdocs/svn.html index 4ccc83e..8bba6b7 100644 --- a/xdocs/svn.html +++ b/xdocs/svn.html @@ -1,4 +1,4 @@ - + -Apache Axis2/C - Developing Apache Axis2/C

Developing Apache Axis2/C

This document provides information on how to use SVN to get an SVN -checkout/update and make commits to the source repository.

Contents

Working with Subversion (SVN)

The Apache Axis2/C development team uses Subversion (SVN) for source -control. Subversion is a compelling replacement for CVS, developed under the -auspices of the Tigris community and is licensed under an Apache compatible -license. To learn more about Subversion or to download the latest -distribution, visit the Subversion project site. If you are looking for -guidelines on setting up/installing Subversion, please read the ASF Source -Code Repositories page.

Checking-out Apache Axis2/C from Subversion

When checking out the latest version of Apache Axis2/C from the Apache -Foundation's Subversion repository, you must use one of the following URLs, -depending on your level of access to the Apache Axis2/C source code:

-If you are a committer, make sure that you have set your svnpasswd. To do -this you must log into svn.apache.org. For more information, please read the -ASF Source Code Repositories page. - -

Once you have successfully installed Subversion, you can checkout the -Axis2/C trunk by running the following command:

svn co <repository URL> <folder name>

where 'repository URL' is one of the URLs from the previous list and -'folder name' is the name of the folder into which the source code is to be -checked out.



To update your working copy to the latest version from the repository, -execute:

svn update



If you would like to submit a patch, execute:

svn diff

The above command will create a unified diff that can be attached to the -Apache Axis2/C JIRA issue tracker.




+--> + + + Apache Axis2/C - Developing Apache Axis2/C + + +

+ Developing Apache Axis2/C

+

+ This document provides information on how to use SVN to get an SVN checkout/update + and make commits to the source repository.

+
+ +

+ Contents

+ +

+ +

+
+
+ +

+ Working with Subversion (SVN)

+

+ The Apache Axis2/C development team uses Subversion (SVN) for source control. Subversion + is a compelling replacement for CVS, developed under the auspices of the Tigris + community and is licensed under an Apache compatible license. To learn more about + Subversion or to download the latest distribution, visit the Subversion project site. + If you are looking for guidelines on setting up/installing Subversion, please read + the ASF Source Code Repositories page.

+

+ +

+
+
+ +

+ Checking-out Apache Axis2/C from Subversion

+

+ When checking out the latest version of Apache Axis2/C from the Apache Foundation's + Subversion repository, you must use one of the following URLs, depending on your + level of access to the Apache Axis2/C source code:

+ +

+ If you are a committer, make sure that you have set your svnpasswd. To do this you + must log into svn.apache.org. For more information, please read the ASF Source Code Repositories page. +

+

+ Once you have successfully installed Subversion, you can checkout the Axis2/C trunk + by running the following command:

+

+ svn co <repository URL> <folder name>

+

+ where 'repository URL' is one of the URLs from the previous list and 'folder name' + is the name of the folder into which the source code is to be checked out.

+

+ To update your working copy to the latest version from the repository, execute:

+

+ svn update

+
+

+ If you would like to submit a patch, execute:

+

+ svn diff

+

+ The above command will create a unified diff that can be attached to the Apache + Axis2/C JIRA issue tracker.

+
+ +

View Source Code

+

+ you can view the source code via the following link +

+

+
+
+ -- cgit v1.1-32-gdbae