bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: savannah.gnu.org cvs page


From: Michael Livshin
Subject: Re: savannah.gnu.org cvs page
Date: 09 Feb 2001 13:40:43 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Crater Lake)

Martin Grabmueller <address@hidden> 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:address@hidden:/cvsroot/guile co guile-core
> 
> to check out guile-core, but that gives
> 
> address@hidden (~/x): cvs -z3 -d:pserver:address@hidden:/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:address@hidden:/cvs/guile co guile-core
                                                ^^^

however, what you probably want is:

cvs -z3 -d:pserver:address@hidden:/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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]