Download Agilla using CVS

From Cyber-Physical Systems Laboratory
Revision as of 07:56, 10 December 2007 by Liangfok (talk | contribs) (New page: 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 an older version of Agilla that is in the CVS...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 an older 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