Documentation
CVS Access (via Windows)
Access to the cvs from Windows is quite involve because most users do not typically have a cvs tool installed. The steps here are as simple as possible, you may need to read some additional documentation
- Download and install WinCvs
- Developers should download and install Putty
- Configure WinCvs:
- Select Preferences from the Admin menu and enter the information below
CVS Access (via Linux)
CVS (Concurrent Versioning System) is used to provide source code control for the project.
If you are not a registered developer you can download the cvs anonymously by typing the following at the command line
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/webfinancials co webfinancials
If you are a registered developer you can download the cvs by typing the following at the command line
export CVS_RSH=ssh
cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/webfinancials co webfinancials