Versions Compared

Key

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

Web Browsing of

...

SVN

To browse CVS SVN via the web using this URL

http://cvsSVN.servicemix.codehaus.org/servicemix/base/Image Modified

...

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 CVS SVN or SSH - or failing that CVS SVN Web can support tarball downloads...

Anonymous

...

SVN access

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

Code Block
cvssvn -dco :pserver:anonymous@cvssvn://svn.servicemix.codehaus.org:/home/projects/servicemix/scm login 
cvs -z3 -d :pserver:anonymous@cvs.servicemix.codehaus.org:/home/projects/servicemix/scm co servicemix

Updates from within the module's directory do not need the -d parameter.

...

/branches/servicemix-1.1

Developer SVN Access via SSH

Only project developers can access the CVS 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
export CVS_RSH=ssh 
cvs -z3 -d :ext:username@cvssvn co svn+ssh://svn.servicemix.codehaus.org:/homeservicemix/projectsscm/servicemixbranches/scm co servicemixservicemix-1.1

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

Working with the 2.0 codebase

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