Martin Grabmueller <[EMAIL PROTECTED]> writes:

> The Guile - CVS page on savannah contains incorrect information about
> checking out CVS modules. It states that I have to do
> 
> cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/guile co guile-core
> 
> to check out guile-core, but that gives
> 
> mgrabmue@tortoise (~/x): cvs -z3 
>-d:pserver:[EMAIL PROTECTED]:/cvsroot/guile co guile-core
> cvs server: cannot find module `guile-core' - ignored
> cvs [checkout aborted]: cannot expand modules
> 
> Am I missing something?

no, the page is incorrect.  this should work:

cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs/guile co guile-core
                                                ^^^

however, what you probably want is:

cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvs co guile

so you get everything at once (docs, guile-scsh, etc.)

[ I haven't yet investigated if I can fix the page. ;) ]

thanks,
--mike

-- 
Let's start preparing for the future.  Now's a good time, since it's
already here.
                -- David L. Andre


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to