[Tinyos-devel] How to check out earlier versions of tinyos-1.x from CVS at SourceForge

Razvan Musaloiu-E. razvanm at cs.jhu.edu
Wed Mar 4 15:35:44 PST 2009


Hi!

On Wed, 4 Mar 2009, Vinai Sundaram wrote:

> Hi,
>
> Specifically, I am trying to check out tinyos 1.1.13. I tried the 
> following and it failed. Can someone tell me how to check out earlier 
> versions of tinyos-1.x from Sourceforge CVS?
>
> $ cvs -z3 -d:pserver:anonymous at tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P tinyos-1.1.13
> cvs server: cannot find module `tinyos-1.1.13' - ignored
> cvs [checkout aborted]: cannot expand modules
> $
>

You should use the tag name for that. Something like this:
 	cvs -z3 -d:pserver:anonymous at tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -r tos-1-1-13-candidate -P tinyos-1.x
You can see the available tag names in the 'Sticky Tag' combo-box from 
here:
 	http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-1.x/

You can also use the '-D' parameter to indicate a certain date. You can 
consult the manpage of the infopages for more details about it.

> Thanks!
> Vinai
> PS: I asked TinyOS-help two days ago but didn't get a response.
>

I'm sorry. I didn't notice your message there. :-( That was the proper 
place for this type of question. :P

--
Razvan ME


More information about the Tinyos-devel mailing list