Modules
ParaNamer project consists of several modules:- paranamer - the core module
- paranamer-generator - the generator module
- paranamer-ant - the Ant tasks
- paranamer-maven-plugin - the Maven plugin
- paranamer-distribution - the module contains the documentation and assembles the src and bin distributions
Subversion
ParaNamer uses Subversion as the SCM. See Subversion website for details and documentation on IDE integration.Anonymous Access
svn co svn://svn.paranamer.codehaus.org/paranamer/trunk
WebDav Access
WebDav is an alternative access protocol supported by SVN and being http-based is often allowed by corporate firewalls.Anonymous Access
svn co http://svn.codehaus.org/paranamer/trunk
You might also use this URL to browse the repository in a simple manner.
Committer Access
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.