Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Orbit:
Code Block
$ svn checkout https://svn.wso2.org/repos/wso2/carbon/orbit/tags/4.0.5 wso2carbon

Kernel:

Code Block
$ svn checkout https://svn.wso2.org/repos/wso2/carbon/kernel/tags/4.0.5 wso2carbon

Platform:

Code Block
$ svn checkout https://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.5 
wso2carbon
Code Block
 wso2carbon 

Following are the commands you can run. If you only want to build the ESB, use the -Dproduct=esb option as shown. If you want to build the entire Carbon core project, omit the -Dproduct=esb option.

...

Code Block
$ svn commit --username your-username -m "A message"

Access through a firewall

If you are behind a corporate firewall that is blocking HTTP access to the Subversion repository, you can try the developer connection:

...