Carter Thompson <[EMAIL PROTECTED]> wrote:

> I have some really strange problems with my repository.

> I have the module "adm" with a subdirectory "ui".  I also
> have a module named "ui".  Both are part of a module alias,
> "adm-suite".  That is,

> == Modules ==
> adm-suite     adm &ui
> adm           adm
> ui            ui

Your $CVSROOT/adm/ui/ collides with the ui/ that the &ui is trying to
create.  You can't do that.  It will *not* give you the union of
$CVSROOT/adm/ui/ and $CVSROOT/ui/ .  It just breaks.

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to