Versions Compared

Key

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

Web Browsing of SVN

https://svn.apache.org/repos/asf/incubator/servicemix/trunk/ http://svn.apache.org/viewcvs.cgi/incubator/servicemix/trunk

Checking out from SVN

Code Block
svn co https://svn.apache.org/repos/asf/incubator/servicemix/trunk

Only project developers can commit to the SVN tree via this method. SSH must be installed on your client machine. Enter your site password when prompted.

To work with the ServiceMix extensions at Codehaus

To browse SVN via the web using this URL

http://svn.servicemix.codehaus.org/trunk/

Anonymous SVN Access behind a firewall

Code Block
svn co https://svn.codehaus.org/servicemix/trunk

Anonymous SVN access

This project's SVN repository can be checked out through anonymous (pserver) SVN with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.

Code Block
svn co svn://svn.servicemix.org/servicemix/scm/trunk

Developer SVN Access via SSH

Only project developers can access the SVN tree via this method. SSH1 must be installed on your client machine. Substitute username with the proper value. Enter your site password when prompted.

Code Block
svn co svn+ssh://svn.servicemix.org/scm/servicemix/trunk

Remember to replace 'username' with your actual username on SVN.servicemix.codehaus.org.

Working with the 1.x branches

If you want to work on the 1.x branch try this instead

Anonymous SVN access

Code Block
svn co svn://svn.servicemix.org/servicemix/scm/branches/servicemix-1.1

Developer SVN Access via SSH

Code Block
svn co svn+ssh://svn.servicemix.org/scm/servicemix/branches/servicemix-1.1