[plt-scheme] cvs checkout -r 209 plt, disappearing plt
On Tue, Feb 15, 2005 at 09:54:50AM -0800, Ron Stanonik wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> Hi,
>
> Sorry, if I'm missing something obvious. I'm trying to cvs checkout 209
>
> cvs -d :pserver:anonymous at anoncvs.plt-scheme.org:/cvs checkout -r 209 plt
>
> During checkout the directories are listed as expected, and, if I
> look, I see plt has been created and is being filled with directories,
> but no files.
Try "-r v209" instead of "-r 209". (This way, you'll get the tag
associated with the 209 release, not CVS revision 209, which doesn't
actually exist.)
Richard