CVS Quickstart: A Short guide to using CVS on a networked system | ||
---|---|---|
<<< Previous | Next >>> |
If your only interested in building the latest CVS version of tenforty anonymous CVS access is the simplest way to get it. Either download via the web interface (accessed via the main web site) or follow the instructions here or at the Web-site for direct download.
Note there is a good chance that the versions available from CVS will not even build. They are after all under development and are not official releases. Stable and unstable releases are made only through the web site. |
tenforty Web site http://tenforty.sourceforge.net/ .
For the Adventurous:
To quote the sourceforge cvs access page:
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.
cvs -d:pserver:anonymous@cvs.tenforty.sourceforge.net:/cvsroot/tenforty login |
cvs -z3 -d:pserver:anonymous@cvs.tenforty.sourceforge.net:/cvsroot/tenforty co modulename |
Anybody may access the development builds via the above methods. To directly contribute to tenforty CVS tree, read on.
Developer CVS Access via SSH. Only project developers can access the CVS tree via this method. SSH1 must be installed on your client machine. Substitute modulename and developername with the proper values. Enter your site password when prompted.
export CVS_RSH=ssh |
cvs -z3 -d:ext:developername@cvs.tenforty.sourceforge.net:/cvsroot/tenforty co modulename |
You can also contribute in many other ways. Please contact us at the Developers Mailing list. <tenforty-developers@lists.sf.net> |
The first thing you will have to do is set yourself up a SourceForge Account.
Go to the SourceForge Entry Page and follow the links to establish a new account.
To work with any Sourceforge hosted project you need to know your User ID , your Login Name and password.
These are recorded on your Personal Page and once enrolled as a tenforty developer this information is available from the developers info section of tenforty Project info. pages.
Record these somewhere safe and convenient. You are going to be using them.
If you haven't already done so Contact the Developers List or Jay Scherrer and ask to join us. We will need your Login Name: and User ID: number.
All contributions and feedback are welcomed.
<tenforty-developer@lists.sourceforge.net>
Jay Scherrer <jays@linuxtax.com>
Once added to the list you will find your name and User ID included in the list -of - Developers at the tenforty Project Information Page.
Beyond the software you needed to read this in the first place and to access the net you will need SSH or Open SSH and CVS installed for your platform. (most Linux Distributions come with all of this pre-installed.)
<<< Previous | Home | Next >>> |
A Good ThingTM | Secure Shell and friends |