Re: File not found with scp

2009-03-26 Thread Matt Wozniski
On Thu, Mar 26, 2009 at 2:05 PM, Ryan Stewart wrote: > On Thu, Mar 26, 2009 at 1:09 PM, Dave wrote: >> Ryan Stewart wrote: >> >>> But I've been tasked with investigating msysgit, which is the best >>> (only?) windoze port of git atm. >> >>  Argh!  MSYS and Cygwin are incompatible, because MSYS *is*

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 1:09 PM, Dave Korn <...> wrote: > Ryan Stewart wrote: > >> But I've been tasked with investigating msysgit, which is the best >> (only?) windoze port of git atm. > >  Argh!  MSYS and Cygwin are incompatible, because MSYS *is* Cygwin - or > rather, it's an old and cut-down ve

Re: File not found with scp

2009-03-26 Thread Larry Hall (Cygwin)
Ryan Stewart wrote: On Thu, Mar 26, 2009 at 11:17 AM, Thorsten Kampe wrote: . We don't want to feed the spammers. Thanks. * Ryan Stewart (Thu, 26 Mar 2009 10:49:36 -0500) "which scp" on both machines points to /usr/bin/scp. A full hd s

Re: File not found with scp

2009-03-26 Thread Dave Korn
Ryan Stewart wrote: > But I've been tasked with investigating msysgit, which is the best > (only?) windoze port of git atm. Argh! MSYS and Cygwin are incompatible, because MSYS *is* Cygwin - or rather, it's an old and cut-down version of the cygwin1.dll. You are getting a strange variaton of

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 11:27 AM, Larry Hall (Cygwin) wrote: > Perhaps the git you're installing is modifying your ~/.ssh/config? Nothing in there but what I put there: Host 10.6.100.220 User root Host hudson User root > Clearly that git is changing some ssh configuration files that Cygwin > see

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 11:44 AM, Dave Korn <...> wrote: >  Exactly what is this version of git and where did it come from? msysgit: windows port of git, from http://code.google.com/p/msysgit/ >  Is it conceivable that it's someone trying to *not* be a 3PP by integrating > with the existing Cygwin

Re: File not found with scp

2009-03-26 Thread Ryan Stewart
On Thu, Mar 26, 2009 at 11:17 AM, Thorsten Kampe wrote: > * Ryan Stewart (Thu, 26 Mar 2009 10:49:36 -0500) >> "which scp" on both machines points to /usr/bin/scp. A full hd search >> for scp.* on both machines reveals that there are two of them: >> c:\cygwin\bin\scp.exe and c:\Program Files\Git\bi

Re: File not found with scp

2009-03-26 Thread Dave Korn
Ryan Stewart wrote: > "which scp" on both machines points to /usr/bin/scp. A full hd search > for scp.* on both machines reveals that there are two of them: > c:\cygwin\bin\scp.exe and c:\Program Files\Git\bin\scp.exe. However: > 1) Git's scp.exe isn't on the path, > 2) Removing git's scp.exe does

Re: File not found with scp

2009-03-26 Thread Larry Hall (Cygwin)
Ryan Stewart wrote: "which scp" on both machines points to /usr/bin/scp. A full hd search for scp.* on both machines reveals that there are two of them: c:\cygwin\bin\scp.exe and c:\Program Files\Git\bin\scp.exe. However: 1) Git's scp.exe isn't on the path, 2) Removing git's scp.exe doesn't make

Re: File not found with scp

2009-03-26 Thread Thorsten Kampe
* Ryan Stewart (Thu, 26 Mar 2009 10:49:36 -0500) > "which scp" on both machines points to /usr/bin/scp. A full hd search > for scp.* on both machines reveals that there are two of them: > c:\cygwin\bin\scp.exe and c:\Program Files\Git\bin\scp.exe. However: So why don't you use the git that Cygwin

Re: File not found with scp

2009-03-25 Thread Larry Hall (Cygwin)
Ryan Stewart wrote: On Wed, Mar 25, 2009 at 10:52 AM, Thorsten Kampe <...> wrote: * Ryan Stewart (Wed, 25 Mar 2009 10:19:45 -0500) On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart <...> wrote: I found the problem. When I use scp--from computer A to computer B only--my home isn't c:\cygwin\home\rya

Re: File not found with scp

2009-03-25 Thread Ryan Stewart
On Wed, Mar 25, 2009 at 10:52 AM, Thorsten Kampe <...> wrote: > * Ryan Stewart (Wed, 25 Mar 2009 10:19:45 -0500) >> On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart <...> >> wrote: >> I found the problem. When I use scp--from computer A to computer B >> only--my home isn't c:\cygwin\home\ryan, but c:\

Re: File not found with scp

2009-03-25 Thread Thorsten Kampe
* Ryan Stewart (Wed, 25 Mar 2009 10:19:45 -0500) > On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart > wrote: > > I'm trying to use scp to copy a remote file to a local directory, and > > it's telling me the file isn't found. > [...] > > I found the problem. When I use scp--from computer A to compute

Re: File not found with scp

2009-03-25 Thread Ryan Stewart
On Wed, Mar 25, 2009 at 9:21 AM, Ryan Stewart wrote: > I'm trying to use scp to copy a remote file to a local directory, and > it's telling me the file isn't found. [...] I found the problem. When I use scp--from computer A to computer B only--my home isn't c:\cygwin\home\ryan, but c:\Program Fil

File not found with scp

2009-03-25 Thread Ryan Stewart
I'm trying to use scp to copy a remote file to a local directory, and it's telling me the file isn't found. The file is there, I can connect and see it via ssh, and I can also use both ssh and scp with no problem in the other direction. i.e From computer A to computer B, ssh works but not scp. From