=?iso-8859-1?q?Manish=20Koolwal?= writes:
>
> cvs -q -d
> :pserevr:[EMAIL PROTECTED]:/export/home/repository
> checkout
> \\192.168.1.188\export\home\repository\module (in
> directory C:\KPCMS\CMSCP)
> cvs server: cannot find module
> `\\192.168.1.188\export\home\M7SCCPREPOS\module' -
> ignored
> cvs [checkout aborted]: cannot expand modules
That looks like you've got the remote repository mounted on a local
directory using NFS or Samba or some other network file system. If so,
DON'T DO THAT, it's a recipe for disaster. Just access it using
pserver:
cvs -q -d:pserver:[EMAIL PROTECTED]:/export/home/repository checkout module
And don't use backslashes in CVS commands -- use forward slashes. And
don't run as root. And you might want to set $CVSROOT so you don't have
to keep typing that long -d option all the time.
-Larry Jones
He just doesn't want to face up to the fact that I'll be
the life of every party. -- Calvin
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs