CVS
From RapidWiki
The Concurrent Versions System (CVS) allows to manage large sets of files and changes to them by a lot of users. Rapid-I uses a CVS to store, maintain and develope the source code for RapidMiner. Rapid-I allows anonymous access to that CVS and therewith to the latest source code of RapidMiner. This means that you can get the latest developer release of RapidMiner containing many new features or bugfixes. Although it is usually always possible to compile and use this version of RapidMiner, it might be possible that there are untested functionalities or new bugs. If you require a stable version (e.g. in production systems or for teaching purposes) we would suggest to use the latest stable release. Otherwise, feel free to use the latest features. You can find all necessary information for CVS access below or at our SourceForge CVS site.
Contents |
Anonymous CVS access
The CVS repository of RapidMiner is located at SourceForge and can be checked out through anonymous (pserver) CVS as follows. Just type
cvs -d:pserver:anonymous@yale.cvs.sourceforge.net:/cvsroot/yale login
When prompted for a password for anonymous, simply press the Enter key. Afterwards you can download the main module of RapidMiner (formerly YALE, hence the module name) via
cvs -d:pserver:anonymous@yale.cvs.sourceforge.net:/cvsroot/yale co -P yale
Of course you can also use a CVS client with the repository :pserver:anonymous@yale.cvs.sourceforge.net and the cvsroot /cvsroot/yale.
CVS access from Eclipse
You can find all necessary information about checking out and setting up RapidMiner using Eclipse on our Eclipse page.
