Versions Compared

Key

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

...

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

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

Code Block

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

Developer SVN Access via SSH

...