Difference between revisions of "Download Agilla using CVS"

From Cyber-Physical Systems Laboratory
Jump to navigationJump to search
 
Line 1: Line 1:
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.
+
Older versions of Servilla can be downloaded from the TinyOS-1.x CVS repository. Here is how to download an older version of Servilla from the CVS repository.
  
 
Anonymous users and non-developers:
 
Anonymous users and non-developers:

Latest revision as of 19:08, 10 December 2007

Older versions of Servilla can be downloaded from the TinyOS-1.x CVS repository. Here is how to download an older version of Servilla from the CVS repository.

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