Source Code |
The DVTk Project source code is hosted at SourceForge. The DVTk Project location is: http://sourceforge.net/projects/dvt/. We only use SourceForge for hosting the source code in the CVS repository and downloads of the application binaries. For discussions we use the forum on this website and we also use our own Ticket system.
There are two possibilities for retrieving the DVTk source code. You can get the last version from CVS or download a published version here from the website in zip format. The zip option is the easiest but may not provide the latest version.
Access DVTk Source Code through CVS
The DVTk CVS repository can be checked out through anonymous (pserver) CVS with the following instructions. The module you wish to check out must be specified as the module name. When prompted for a password for anonymous, simply press the Enter key. To determine the names of the modules that are available for the DVTk Project, you may examine the CVS repository via the web-based CVS repository viewer from SourceForge.
cvs -d:pserver:anonymous@dvt.cvs.sourceforge.net:/cvsroot/dvt login
cvs -z3 -d:pserver:anonymous@dvt.cvs.sourceforge.net:/cvsroot/dvt co -P modulename
To access the source code on SourceForge you will need to set-up some tooling. If you are not familiar with the command line tool CVS and prefer graphical tooling for the Windows platform then read our Access CVS on SourceForge tutorial.
More information on how we have the CVS repository organized can be found on the DVTk CVS Repository Structure page.


