svn co svn://svn.paranamer.codehaus.org/paranamer/trunk
svn co http://svn.codehaus.org/paranamer/trunk
You might also use this URL to browse the repository in a simple manner.
svn co https://svn.codehaus.org/paranamer/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 eg:
svn co https://svn.codehaus.org/paranamer/trunk paranamer cd paranamer 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.