svn co svn://svn.xstream.codehaus.org/xstream/scm/trunk
svn co svn+ssh://username@svn.xstream.codehaus.org/scm/xstream/trunk
Note: the path is different when accessing over SSH, ie scm/xstream in place of xstream/scm.
svn co https://svn.codehaus.org/xstream/trunk
This access protocol is available to all, but only developers can commit changes.
Developers require a unix 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 eg:
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.
svn co https://svn.codehaus.org/xstream/trunk/xstream xstream
svn co https://svn.codehaus.org/xstream/trunk/xstream-website xstream-website