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

Compare with Current View Page History

« Previous Version 9 Next »

Web Browsing of SVN

To browse SVN via the web using this URL

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

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/trunk

Or to make use of Web-DAV over HTTP (to traverse a firewall), use the following command:

svn co https://svn.codehaus.org/servicemix/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