Overview Install Manual Screenshots CVS Download Contribute Contact / Help

Browse the CVS Tree

Though CVS repositories are most commonly accessed using a special piece of software called a CVS client, we also provide a web-based interface to view CVS repositories. Browsing the CVS tree gives you a great view into the current status of this project's code. You may also view the complete histories of any file in the repository.

Anonymous CVS Access

This project's SourceForge.net CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key.

Now there are two modules in wwportlet cvsroot:

  • WebWorkPortlet
  • UserManagement

CVS Command to checkout those two modules

  • cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wwportlet login
  • cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wwportlet co -P WebWorkPortlet
  • cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/wwportlet co -P UserManagement

Developer CVS Access via SSH

Only project developers can access the CVS tree via this method. A SSH client must be installed on your client machine. Substitute modulename and developername with the proper values. Enter your site password when prompted.

Developers may also make use of shared SSH keys for authentication.

CVS Command to develop those two modules

  • export CVS_RSH=ssh
  • cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/wwportlet co -P WebWorkPortlet
  • cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/wwportlet co -P UserManagement

News
wwportlet 1.0 Released (2005-07-13)