Re: git on cygwin 1.7.2

2010-03-30 Thread Christopher Faylor
On Tue, Mar 30, 2010 at 08:08:37PM -0400, Mark Levedahl wrote: >All of the above connections and i/o processing are done using >bog-standard fork, pipe, open, read, write, and associated file >commands. Git has no trouble opening all of the processes and pipes >under Cygwin 1.7.2. However, in ge

RE: 1.7.1: cvs version built in is unstable

2010-03-30 Thread Roe, Kevin L.
So I ran the "cvs -t update" command on the file in question. Doesn't tell me anything, but here is the output. -> main: Session ID is NrLenMDBO35CD1tu -> main loop with CVSROOT=/usr/gapps/AEAG/cvs_modules -> open_connection_to_server (:ext:hera:/usr/gapps/AEAG/cvs_modules) -> Starting se

git on cygwin 1.7.2

2010-03-30 Thread Mark Levedahl
I've spent some time trying to diagnose the previously reported git-fetch failures running on cygwin 1.7-x (up to and including 1.7.2). The failure manifests itself as an incomplete transfer of data using git's native transfer protocol, and happens either talking directly to a git-daemon via so

Re: 1.7.1: cvs version built in is unstable

2010-03-30 Thread Larry Hall (Cygwin)
On 3/30/2010 6:58 PM, Roe, Kevin L. wrote: New information: I have confirmed that the current CVS (1.12.13) in cygwin is the same as in cygwin 1.5.25 The ssh is different though, old = OpenSSH_5.1p1 new = OpenSSH_5.3p1 > I'd like to get the native CVS working in cygwin. It is the clea

RE: 1.7.1: cvs version built in is unstable

2010-03-30 Thread Roe, Kevin L.
The issue with the "cp" command has been resolved. My netapp drive was not being correctly recognized as such by cygwin. It was interpreted as a "cifs". This has been corrected in 1.7.3 However, the original point of this thread was a problem with CVS. This is not resolved. To recap: The

RE: spaces in title of mintty command

2010-03-30 Thread Roe, Kevin L.
Thanks! > -Original Message- > From: Eric Blake [mailto:ebl...@redhat.com] > Sent: Tuesday, March 30, 2010 1:20 PM > To: cygwin@cygwin.com; Roe, Kevin L. > Subject: Re: spaces in title of mintty command > > On 03/30/2010 02:13 PM, Roe, Kevin L. wrote: > > I played with the default prompt

Re: spaces in title of mintty command

2010-03-30 Thread Eric Blake
On 03/30/2010 02:13 PM, Roe, Kevin L. wrote: > I played with the default prompt to understand how it got the titlebar > working because mine didn’t. I figured out which part does it: > \[\e]0;$(pwd)\a\]\n > Where: > \[ Tell bash that you are starting a sequence of non-printing characters, that s

RE: spaces in title of mintty command

2010-03-30 Thread Roe, Kevin L.
> > mintty -t "one two"result: no title > > mintty -t 'one two'result: no title > > Works fine for me. Please note that bash's default prompt (i.e. the > PS1 variable) sets the terminal title to the current working > directory, thus overwriting anything you set with the -t option. Ok,

Re: [ANNOUNCEMENT] Updated: xinetd-2.3.14-1

2010-03-30 Thread d . sastre . medina
On Tue, Mar 30, 2010 at 08:13:41PM +0200, d.sastre.med...@gmail.com wrote: > On Sun, Mar 28, 2010 at 08:38:35PM -0400, Charles Wilson wrote: > > Xinetd is a secure replacement for inetd, the Internet services > > daemon. Xinetd provides access control for all services based on the > > address of th

Re: spaces in title of mintty command

2010-03-30 Thread Andy Koppe
Roe, Kevin L.: > I have been trying to get the title for mintty to work. > > Specifically, I want a title with spaces. > > I have tried: > > mintty -t one two      result:  obviously didn't work.  It bombed. Because 'one' is takes as the title, and 'two' as a command to execute. > mintty -t "one

Re: Fwd: cannot search for -a in man inside mintty under cygwin-1.7

2010-03-30 Thread Andy Koppe
> moo.tinys wrote: >> >> using mintty >> LANG=zh_CN.UTF-8 mintty >> inside mintty: >> $ man man >> /- >> Pattern not found  (press RETURN) With UTF-8, hyphen/minus symbols in the man page are displays as the Unicode codepoints for hyphen or minus. These are different from ASCII '-', which is why y

User Account Control Prompt when starting RXVT.EXE

2010-03-30 Thread David Means
When I start rxvt.exe, the Windows 7 'User Account Control' dialog appears asking for confirmation to allow the rxvt.exe to make changes to my system. Is there something I can do (file permissions, possibly) to prevent this from happening, other than changing the system-wide default for the User Ac

spaces in title of mintty command

2010-03-30 Thread Roe, Kevin L.
I have been trying to get the title for mintty to work. Specifically, I want a title with spaces. I have tried: mintty -t one two result: obviously didn't work. It bombed. mintty -t "one two"result: no title mintty -t 'one two'result: no title mintty -t `one two`result: Sam

Re: [ANNOUNCEMENT] Updated: xinetd-2.3.14-1

2010-03-30 Thread d . sastre . medina
On Sun, Mar 28, 2010 at 08:38:35PM -0400, Charles Wilson wrote: > Xinetd is a secure replacement for inetd, the Internet services > daemon. Xinetd provides access control for all services based on the > address of the remote host and/or on time of access and can prevent > denial-of-access attacks.

[ANNOUNCEMENT] New: cppi-1.15-1

2010-03-30 Thread Eric Blake (cygwin)
A new package, cppi-1.15-1, will soon be available on your favorite mirror. NEWS: = This is the first time cppi has been ported to cygwin. If you encounter a problem that might be cygwin-specific, please report it here rather than upstream. See also the upstream documentation in /usr/share/d

Re: concurrents versions of cygwin

2010-03-30 Thread Dave Korn
On 30/03/2010 10:18, David BONNIN wrote: > It seems, that eclipse+CDT look in windows registry to find cygwin to > compile. It's going to be possible to override that in the next version of Eclipse (3.6 Helios) by setting your PATH so that the toolchain you want to find is first when you launch

Re: Fwd: cannot search for -a in man inside mintty under cygwin-1.7

2010-03-30 Thread Thomas Wolff
moo.tinys wrote: using mintty LANG=zh_CN.UTF-8 mintty inside mintty: $ man man /- Pattern not found (press RETURN) q it's actually - $ LANG=C man man /- (no problem) q any idea? This was discussed here before but I'm not sure whether a solution was already outlined. The problem appeared o

Fwd: cannot search for -a in man inside mintty under cygwin-1.7

2010-03-30 Thread moo.tinys
using mintty LANG=zh_CN.UTF-8 mintty inside mintty: $ man man /- Pattern not found  (press RETURN) q it's actually - $ LANG=C man man /- (no problem) q any idea? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://

R: RE R: concurrents versions of cygwin

2010-03-30 Thread Marco Atzeri
--- Mar 30/3/10, David BONNIN ha scritto: > > yes, but it seems my CDTs read in registry and put it in > the PATH env > variable, before call cs-make(tool-chain make). > > How can say to CDT to use one spécific cygwin? > > Thanks, This is not a question for us on the cygwin mailing list, but

RE R: concurrents versions of cygwin

2010-03-30 Thread David BONNIN
yes, but it seems my CDTs read in registry and put it in the PATH env variable, before call cs-make(tool-chain make). How can say to CDT to use one spécific cygwin? Thanks, Marco Atzeri

Re: Cygwin1.dll 1.7.1 causes ActivePerl 5.10 hang on gzip pipe close on Windows Server 2003

2010-03-30 Thread Corinna Vinschen
On Mar 29 17:25, Matthew Kidd wrote: > On Mar 22 10:31, Corinna Vinschen wrote: > >>> I have no problem running your test case with Windows 7 64 and the > >>> latest Cygwin from CVS. > >> > >> Did you check using a very large file? What I have learned on the > >> 64-bit... > > > > I tested with a

R: concurrents versions of cygwin

2010-03-30 Thread Marco Atzeri
--- Mar 30/3/10, David BONNIN ha scritto: > Hello, > > I know, it isn't good to have 2 cygwin version, but i need > it and resolve > it. > > For 3 embedded projects, i use a toolchain provided by the > vendor. > > For example, a project install the MicrocrossCygwinXTools > chain (digi > connec

concurrents versions of cygwin

2010-03-30 Thread David BONNIN
Hello, I know, it isn't good to have 2 cygwin version, but i need it and resolve it. For 3 embedded projects, i use a toolchain provided by the vendor. For example, a project install the MicrocrossCygwinXTools chain (digi connectme) with a packaged eclipse(CDT+proprietary tools). It seems, that