OpenrobotsWiki: CvsAccess

CVS Access

/!\

Most of the OpenRobots source code has been converted to the [http://git.or.cz/ Git] SCM. The CVS modules described on this page are no longer updated and are obsolete. See GitAccess for information on accessing the Git modules

/!\

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

OpenrobotsWiki: CvsAccess (last edited 2008-08-11 15:57:46 by 2001:660:6602:0:20a:e4ff:fe26:de06)