[cvsnt] Ssh protocol && socket error
Tony Hoyle
tmh at nodomain.org
Wed Feb 5 23:39:55 GMT 2003
Keith D. Zimmerman wrote:
> So we would be able to do
> cvs -d :local:/ewcode co all
>
> Where ewcode maps to /e//network/g-drive/cvsrepo/ewcode?
Not for local mode (which is special). However for server modes, which ssh
uses (it executes 'cvs server' on the remote end) this will work.
You can force it in local mode with:
cvs -D e:/network/g-drive/cvsrepo -d :local:/ewcode co all
Which could be done using a batch file, if you really need it:
@cvs -D e:/network/g-drive/cvsrepo %*
Tony
More information about the cvsnt
mailing list