You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Web Browsing of SVN

https://svn.apache.org/repos/asf/incubator/servicemix/

Checking out from SVN

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

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

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.

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.

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

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

Developer SVN Access via SSH

svn co svn+ssh://svn.servicemix.org/scm/servicemix/branches/servicemix-1.1
  • No labels