- Open a Cygwin window.
- Type (do not cd into the tinyos directory):
cd c:
- Type (to login to the SourceForge server):
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tinyos login
- When prompted for a password, just hit enter.
- Type (to download the files from the SourceForge server):
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tinyos co tinyos-1.x/contrib/mobiloc
- You should see something like the following scroll by on your screen:
cvs server: Updating tinyos-1.x/contrib/mobiloc
U tinyos-1.x/contrib/mobiloc/readme.txt
U tinyos-1.x/contrib/mobiloc/schedule.txt
cvs server: Updating tinyos-1.x/contrib/mobiloc/apps
cvs server: Updating tinyos-1.x/contrib/mobiloc/doc
cvs server: Updating tinyos-1.x/contrib/mobiloc/tools
cvs server: Updating tinyos-1.x/contrib/mobiloc/tos
...
...
- Type:
cd tinyos-1.x/contrib/mobiloc
- Verify that you have the following directory structure (if you don't, you probably didn't checkout from the right directory):
/tinyos-1.x
/contrib
/mobiloc
readme.txt
...
/apps
/doc
/tools
/tos
- Read the readme.txt file for the most recent information about this project.