From: He J. <hj...@16...> - 2001-02-25 06:21:13
|
diff -r1.14 index.sgml 50c50,74 < <p><htmlurl url="http://sourceforge.net/cvs/?group_id=20984" name="CVS"> --- > <sect1>Anonymous CVS Access > <p>This project's CVS repository can be checked out through anonymouse CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key. > <p><tscreen><verb> > cvs -d:pserver:ano...@cv...:/cvsroot/kea > login > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/kea co [module-name] > </verb></tscreen> > <p>Updates from within the module's directory do not need the -d parameter. > > <sect1>Developer CVS Access via SSH > <p>Only project developers can access the CVS free via this method. SSH1 must be installed on your client machine. Enter your site password when prompted. > <p><tscreen><verb> > export CVS_RSH=ssh > cvs -z3 -d:ext:[developer-name]@cvs.kea.sourceforge.net:/cvsroot/kea co [module-name] > </verb></tscreen> > > <sect1>Modules > <p>Modules avaiable for access are: > <itemize> > <item>kea > <item>appfw > <item>html > <item>busfw > <item>cbo > </itemize> -- He Jian http://kea.sourceforge.net |