welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 3 as of 2007-06-12 12:03:30

location: CvsAccess

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