Difference between revisions of "Download Agilla using CVS"
From Cyber-Physical Systems Laboratory
Jump to navigationJump to search (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...) |
|||
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 | + | 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: | Anonymous users and non-developers: |
Revision as of 07:57, 10 December 2007
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