On Wed, 22 Mar 2000 11:26:14 Larry Jones wrote:
>Hon-Chi Ng writes:
>
>Did you install it on both the client and the server machines?
Yes, I verified both local/client and remote/server machines as shown below.
% cvs --version
Concurrent Versions System (CVS) 1.10.8 (client/server)
Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn,
Jeff Polk, and other authors
[ ... ]
% rsh -l user1 mach1 'cvs --version'
Concurrent Versions System (CVS) 1.10.8 (client/server)
Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn,
Jeff Polk, and other authors
[ ... ]
The CVS 1.10.8 gives me the same error complaining about the -d option of checkout
when I check out the source files using remote method with rsh protocol, just like CVS
1.10.7.
% cvs -d :ext:user1@mach1:/proj/cvs_repo co -d . MyProj1
cvs server: existing repository /proj/cvs_repo does not match /proj/cvs_repo/MyProj1
cvs server: ignoring module MyProj1
On the other hand, if I check out the source files using remote method
with rsh protocol but without the -d option of checkout, CVS works
happily, just like CVS 1.10.7.
% cvs -d :ext:user1@mach1:/proj/cvs_repo co MyProj1
cvs server: Updating MyProj1
cvs server: Updating MyProj1/src
U MyProj1/src/foo.c
...
>
>-Larry Jones
I appreciate your help, Larry.
Hon-Chi
--== Sent via Deja.com http://www.deja.com/ ==--
Share what you know. Learn what you don't.