Discussion:
Cannot expand modules
Manish Koolwal
2001-02-19 09:15:06 UTC
Permalink
Hi,

I am using wincvs 1.1b17 and a cvs 1.10 with pserver
on Solaris. I can login OK and imported a module into
the repository working as root. When I try to do a
checkout, I get the following error message:

cvs -q -d
:pserevr:***@192.168.1.188:/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

*****CVS exited normally with code 1*****

I had gone through the manual. There is nothing wrong
with the permissions. Then what does this mean? How
this problem can be resolved?

Any help is appreciated.

Thanks,
Manish



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
Larry Jones
2001-02-19 16:15:05 UTC
Permalink
Post by Manish Koolwal
cvs -q -d
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:***@192.168.1.188:/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

Loading...