CVS Access
The OpenRobots CVS Repository can be browsed on line using [http://softs.laas.fr/cgi-bin/cvsweb/ CVSWeb].
For developpers wanting to keep an eye on ongoing developpement, anonymous read-only access to the OpenRobots CVS repository is available. Just set the CVSROOT variable to anoncvs@anoncvs.laas.fr:/cvs/openrobots and make sure your cvs client uses the ssh protocol for remote repository access.
For example to get mkdep from a Unix or GNU/Linux host, with a Bourne style shell:
CVSROOT=anoncvs@anoncvs.laas.fr:/cvs/openrobots CVS_RSH=ssh export CVSROOT CVS_RSH cvs checkout mkdep