Difference between revisions of "Download Agilla using CVS"
From Cyber-Physical Systems Laboratory
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | + | 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