info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot expand modules


From: Larry Jones
Subject: Re: Cannot expand modules
Date: Mon, 19 Feb 2001 11:15:05 -0500 (EST)

=?iso-8859-1?q?Manish=20Koolwal?= writes:
> 
> cvs -q -d
> :pserevr:address@hidden:/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:address@hidden:/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]