svn co http://svn.codehaus.org/xstream/trunk/[module]
You can use the browser to navigate within the sources online with the help of the FishEye installation on Codehaus.
svn co svn://svn.xstream.codehaus.org/xstream/trunk
svn co http://svn.codehaus.org/xstream/trunk
You might also use this URL to browse the repository in a simple manner.
svn co https://svn.codehaus.org/xstream/trunk
This access protocol is available to all, but only developers can commit changes.
Developers require a LDAP password for Codehaus username (contact Bob at the Haus to get assigned a password if you don't have one).
To test https commit access, one may e.g.:
svn co https://svn.codehaus.org/xstream/trunk xstream cd xstream echo "test" > TEST svn add TEST svn commit --username username --password your-password --message "Testing https"
Note: you only need to specify username and password once per client.