From 0425aadc78680e53000fd0108b540d6eca048516 Mon Sep 17 00:00:00 2001 From: gmcdonald Date: Sat, 13 Feb 2010 01:32:03 +0000 Subject: Moving axis svn, part of TLP move INFRA-2441 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/svn.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 xdocs/svn.html (limited to 'xdocs/svn.html') diff --git a/xdocs/svn.html b/xdocs/svn.html new file mode 100644 index 0000000..4b19bc3 --- /dev/null +++ b/xdocs/svn.html @@ -0,0 +1,26 @@ +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.




-- cgit v1.1-32-gdbae