> > E.g.  I have already learned that it is not a good idea
> > to have the cvs co flag that creates a CVS directory in the
> > parent of the directory that holds your workspace.
> > 
> > (Unfortunately, I can't remember what/where
> > that flag is/was, to remove it.)
> 
> That's in CVSROOT/config
> #TopLevelAdmin=no


Ah, yes, thanks.

(0) Probably it should be possible to toggle this via a flag
to cvs co - because TopLevelAdmin=yes is useful if you have 
a directory that contains several different schecked out views 
of code from the same repository, but is a problem if you have
a directory that contains subdirectories checked out from several
different repositories.

(1) Once I found and disabled TopLevelAdmin,
        cvs co -d . glew-home
works.

Reply via email to