> From: Adam Witney [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 28, 2003 3:19 AM

> Does anyone know why this error message means?
> 
> cvs server: existing repository /usr/local/cvsroot does not match
> /usr/local/cvsroot/bugs/php_dev
> cvs server: ignoring module php_dev

        Yes.  Your repository is located at /usr/local/cvsroot and you have a module 
"bugs/php_dev" in there.  To access this module, you must set CVSROOT or -d to point 
to "/usr/local/cvsroot" and checkout module "bugs/php_dev".  It looks like you have 
your -d/CVSROOT (repository pointer) pointing to "/usr/local/cvsroot/bugs/php_dev" and 
are trying to checkout module "php_dev".


/|/|ike


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

Reply via email to