ScrollKeeperOpen Documentation Cataloging Project |
|||
|
CVSModulesThere are three modules. The main module is scrollkeeper. There is a module which contains examples, called scrollkeeper_examples. The last module will some day hold some useful tests and is called scrollkeeper_tests. Getting Source From Anonymous CVSTo get the ScrollKeeper source directly from CVS anonymously:cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/scrollkeeper login (Note: Just press enter when it asks you for a password.) cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/scrollkeeper co <modulename> Getting Source From Non-anonymous CVSIf you would like to contribute to ScrollKeeper, email Dan, tell him your SourceForge login name, and summarize what sort of work you plan on doing. If you have been granted write access to ScrollKeeper in CVS, make sure you have ssh1 on your machine and use:export CVS_RSH=ssh cvs -z3 -d:ext:<developername>@cvs.sourceforge.net:/cvsroot/scrollkeeper co <modulename> where developername is your login on SourceForge. |
||