On Friday 08 September 2006 01:22 am, Cormac Duffy wrote:
> Has anyone any idea why cvs tool deletes the downloaded files after
> downloading them? also is that the right relase tag for 1.1.15
> version of tinyos?
>
> cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/tinyos -
> z3 checkout -r 1.1.15 -P tinyos-1.x/doc

CVS is treating 1.1.15 as a file version number.  This command is attempting 
to pull files from the repo which have version 1.1.15.  There may be no files 
with this specific version numer, hence you get a directory structure with no 
files.

You can see the tags defined within the repository by browsing it at 
http://tinyos.cvs.sourceforge.net/tinyos/tinyos-1.x and viewing the contents 
of the Sticky Tag dropdown.  The tag you want might be 
tos-1-1-15Dec2005cvs-release.

Also, the cvs command above attempts to get only the doc subdir.  I expect you 
were doing that to test.  Of course, to grab all of tinyos-1.x you'd dispense 
with "/doc".

Steve
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to