Kepler Code is stored in the CVS system on LuaForge.
Anonymous CVS use
To check out the code using the anonymous account, you would first need to login:
cvs -d :pserver:anonymous@cvs.luaforge.net:/cvsroot/kepler login
You can then check out the code as:
cvs -d :pserver:anonymous@cvs.luaforge.net:/cvsroot/kepler checkout kepler
Note that many of the components used by Kepler are separate projects on LuaForge and need to be checked out separately, e.g.:
cvs -d :pserver:anonymous@cvs.luaforge.net:/cvsroot/cgilua checkout cgilua
cvs -d :pserver:anonymous@cvs.luaforge.net:/cvsroot/xavante checkout xavante
You can also browse the CVS repository.
Commiters CVS use
explain the details