Working with SubVersion

Setting up the initial environment

Linux

  1. Create a directory for the project. (say Axis2).
  2. Check whether you have svn rpm installed with your linux distribution. Else get the svn rpm and run it.
  3. run svn co <repository URL>, where repositoty URL is one of the following
    Committers - https://svn.apache.org/repos/asf/webservices/axis/trunk/java
    Others - http://svn.apache.org/repos/asf/webservices/axis/trunk/java

    Note for committers
    : If it's your first time for Apache SVN, you need to activate your account for SVN. Please log on svn.apache.org with your Apache ID and run svnpasswd once. And you have to check out from

  4. Install Maven. See here for instructions.
  5. Go to the Axis2 folder in the command prompt and type "maven". This will automatically download all the jars, compile, test and build the system.

Windows

  1. Create a folder for the project. (say Axis2).
  2. Install your favourite SVN client or select one from here
  3. Do a checkout from one of the URLs.
    Committers - https://svn.apache.org/repos/asf/webservices/axis/trunk/java
    Others - http://svn.apache.org/repos/asf/webservices/axis/trunk/java

    Note for committers
    : If it's your first time for Apache SVN, you need to activate your account for SVN. Please log on svn.apache.org with your Apache ID and run svnpasswd once. And you have to check out from

  4. Install Maven. See here for instructions.
  5. Go to the Axis2 folder in the command prompt and type "maven". This will automatically download all the jars, compile, test and build the system.

Setting up in your IDE

To learn more about svn, go here.

Some SVN Clients