Overview

This project uses Concurrent Versions System to manage its source code. Instructions on CVS use can be found at http://cvsbook.red-bean.com/.

Web Access

The following is a link to the online source repository.

Anonymous access

This project's CVS repository can be checked out through anonymous CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.

$ cvs -d :pserver:anonymous@doodleproject.cvs.sourceforge.net:/cvsroot/doodleproject login
$ cvs -z3 -d :pserver:anonymous@doodleproject.cvs.sourceforge.net:/cvsroot/doodleproject co doodleproject/mavenite/dotnet-maven-plugin

Developer access

Refer to the documentation of the SCM used for more information about developer checked out. The connection url is:

cvs:ext@doodleproject.cvs.sourceforge.net:/cvsroot/doodleproject:doodleproject/mavenite/dotnet-maven-plugin

Access from behind a firewall

Refer to the documentation of the SCM used for more information about an access behind a firewall.