Download Agilla using CVS

From Cyber-Physical Systems Laboratory
Revision as of 07:57, 10 December 2007 by Liangfok (talk | contribs)
Jump to navigationJump to search

The latest version of Agilla used to be stored in the TinyOS-1.x CVS repository, though it is not anymore. Sometimes it may be useful to grab a version of Agilla that is in the CVS repository. Here is how to do this.

Anonymous users and non-developers:

$ cvs -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos login
$ cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co \
  -P tinyos-1.x/contrib/wustl

TinyOS developers:

$ export CVS_RSH=ssh
$ cvs -z3 -d:ext:developername@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co \
  -P tinyos-1.x/contrib/wustl