info-cvs
[Top][All Lists]
Advanced

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

Re: NT4, CVS, SSH Command Line problem


From: Mike Castle
Subject: Re: NT4, CVS, SSH Command Line problem
Date: Thu, 2 Aug 2001 10:16:39 -0700
User-agent: Mutt/1.3.18i

On Thu, Aug 02, 2001 at 02:51:37PM +0100, Mark Owens wrote:
> > "standard" one. I've only got the WinCVS version.
> 
> Can you get try the cygwin version of cvs?
> cvs -v reports that it's v1.11 and the exe is located in WinCVS1.2's
> installation directory.

You seem to imply that the WinCVS version may have some extra tweaks.  I
don't know.  But I'd be more confident that the version of cvs that comes
with cygwin has fewer, if any tweaks.  It's quite possibly the same version
number.  But that doesn't matter.  What matters is any possible local
tweaks that may be interferring.

> As I'm using CYGWIN, it might work. But what command should the script
> contain?
> 1. ssh -l xxx xxx.yyy.zzz cvs cvs -d blahblah checkout module
> or
> 2. cvs -d blahblah checkout module

#!/bin/sh
ssh -v "$@"

For, example
-- 
     Mike Castle      address@hidden      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc



reply via email to

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