welcome: please sign in
location: Diff for "GitAccess"
Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2009-05-12 08:02:17
Size: 567
Editor: 2001:660:6602:4:20a:e4ff:fe26:de06
Comment:
Revision 5 as of 2010-02-25 22:48:54
Size: 551
Editor: 2001:7a8:70b8:1:20e:35ff:fe98:af79
Comment: more CVS -> git
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= CVS Access =


The !OpenRobots CVS Repository can be browsed on line using [http://trac.laas.fr/git/ cgit].
The !OpenRobots Git Repositories can be browsed on line using [http://trac.laas.fr/git/ cgit].
Line 9: Line 6:
Use 'git clone http://trac.laas.fr/git/robots/'''repo.git'' to clone a specific ''repo'' repository. Use `git clone http://trac.laas.fr/git/robots/`''repo''`.git` to clone a specific ''repo'' repository.

Accessing OpenRobots Source code with Git

The OpenRobots Git Repositories can be browsed on line using [http://trac.laas.fr/git/ cgit].

For developpers wanting to keep an eye on ongoing developpement, anonymous read-only access to the OpenRobots git repositories is available. Use git clone http://trac.laas.fr/git/robots/repo.git to clone a specific repo repository.

For example to get mkdep from a Unix or GNU/Linux host, with a Bourne style shell:

git clone http://trac.laas.fr/git/robots/mkdep.git

OpenrobotsWiki: GitAccess (last edited 2014-12-19 15:50:22 by matthieu)