This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Guile CVS users: new directory



I've added a directory `doc' to Guile.  Due to wonderfulness in CVS,
just doing a normal `cvs update' will not get you the new directory;
it'll just get you the configury and makery that expects it to be
there.  (All drink.)

In the parent of the guile-core directory, run the CVS checkout
command again:

        cd guile-core/..
	cvs -d BLAH checkout guile-core

That should get you the new doc directory.  If it doesn't, you might
try running this, in the guile-core directory itself:

	cvs update -d doc

If neither of those work for you, then you'll just have to delete your
working dir and check out a fresh one.