suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

CollabNet Subversion hangs upon a commit abort under mintty #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Install latest Cygwin, mintty, and CollabNet Subversion
2. touch and svn add a test file to a valid repository
3. export SVN_EDITOR=notepad
4. svn ci, exit the editor without saving, and hit 'a' to abort

The expected result is that the checkin aborts and the user is returned to
the prompt - this actually happens when using the standard Cygwin cmd
shell.  Under mintty (and PuTTYcyg), the command hangs indefinitely
requiring a CTRL-C and subsequent svn cleanup.

Tested using Cygwin Nov 13 2009 (1.5 DLL), mintty-0.5.3-cygwin15, and
CollabNet Subversion 1.6.6-4.win32 under Windows XP SP3 32-bit.

Original issue reported on code.google.com by listpos...@gmail.com on 13 Nov 2009 at 8:26

GoogleCodeExporter commented 9 years ago
Looks like this might be related to 
http://code.google.com/p/mintty/issues/detail?id=56

Original comment by listpos...@gmail.com on 13 Nov 2009 at 8:30

GoogleCodeExporter commented 9 years ago
Yep, it'll be using console-specific APIs such as ReadConsole() that won't work 
in
terminals based on Cygwin ptys. The Cygwin build of subversion of course works 
fine,
and it's also at 1.6.6.

Original comment by andy.koppe on 13 Nov 2009 at 9:14