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

Compare with Current View Page History

« Previous Version 6 Next »

Web Browsing of SVN

To browse SVN via the web using this URL

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

SVN Access behind a firewall

For those developers who are stuck behind a corporate firewall, you could try ask your firewall administrator nicely to open up SVN or SSH - or failing that SVN Web can support tarball downloads...

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/branches/servicemix-1.1

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/branches/servicemix-1.1

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

Working with the 2.0 codebase

We're working on the 2.x branch of ServiceMix in the HEAD trunk.

Anonymous SVN access

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

Developer SVN Access via SSH

svn co svn+ssh://svn.servicemix.org/scm/servicemix/trunk
  • No labels