Re: Cygpath Cygwin Git

2012-12-19 Thread Ryan Lovelett
the program you run. When you > run a program from .../cygwin/bin without the path being set, it's fine > because the DLLs are at the same place, but here you try to run git from > .../cygwin/usr/local/bin, a location that doesn't have the DLLs... > > Le mercredi 28 novemb

Re: Cygpath Cygwin Git

2012-11-28 Thread Ryan Lovelett
It returns the same status code. On Wednesday, November 28, 2012 4:23:21 PM UTC-6, Urivan Flores wrote: > > Maybe too obvious but did you try to double backslash? Otherwise it will > take it as a scape sequences. > > Regards, > > -Urivan > On Nov 28, 2012 2:00 PM, &q

Re: Cygpath Cygwin Git

2012-11-28 Thread Ryan Lovelett
stead of > /usr/local/bin/git. Just my thoughts, I dont know beyond that. > > Will > -- > *From:* jenkins...@googlegroups.com [ > jenkins...@googlegroups.com ] on behalf of Ryan Lovelett [ > ryan.l...@gmail.com ] > *Sent:* Wednesday, N

Cygpath Cygwin Git

2012-11-28 Thread Ryan Lovelett
I would have thought that through the use of the Cygpath plugin my Windows system I would be able to use the Cygwin installed git. I know that the git executable is installed: [Ryan@Windows /cygdrive/c/Projects] $ cygpath -C ANSI -w `which git` C:\cygwin\usr\local\bin\git I have provided the To