Re: rbt hangs using git-bash

2015-11-19 Thread Sheldon Keeping
So My colleague and i found out that it isnt hanging per say. It is waiting for your response to a question that it fails to display. For some reason the print command doesn't seem to be displaying from withing git bash. Sheldon On Tuesday, 17 November 2015 23:01:52 UTC+1, Miles Strombach wrote

Re: rbt hangs using git-bash

2015-11-17 Thread Miles Strombach
My team ran into this problem too. Are you using mintty as your console? mintty presents itself as a pipe instead of a "real" console, and so programs that behave differently when used in a pipeline don't work how you'd expect. The Git for Windows docs present a few solutions: https://github.c

Re: rbt hangs using git-bash

2015-11-17 Thread Christian Hammond
Thanks, Miles. This is a very good datapoint for us. I'll be interested in hearing what the other people who have hit this are using. Christian -- Christian Hammond - christ...@beanbaginc.com Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com On Tue, Nov 17, 2

Re: rbt hangs using git-bash

2015-11-12 Thread Christian Hammond
It's unlikely to be something we can get to right away. Our time's very limited and we're really busy at the moment, but having the bug definitely helps us track. If someone on this thread has some Python experience and can dig into how this appears to be failing in the code, that would help us ge

Re: rbt hangs using git-bash

2015-11-12 Thread Der Mezger
Already filed it as https://hellosplat.com/s/beanbag/tickets/4015/ but no reaction there yet. Am Donnerstag, 12. November 2015 10:09:46 UTC+1 schrieb Christian Hammond: > > Can you file a bug with all relevant information to > https://hellosplat.com/s/beanbag/tickets/new/?project=rbtools ? This

Re: rbt hangs using git-bash

2015-11-12 Thread Christian Hammond
Can you file a bug with all relevant information to https://hellosplat.com/s/beanbag/tickets/new/?project=rbtools ? This will help us track this. There's a lot of variation in terms of how the various builds of Git and Python work on Windows, and it can often lead to some interesting problems...

Re: rbt hangs using git-bash

2015-11-12 Thread Der Mezger
There's no proxy server in my setup. rbt works fine from within the GIT CMD (normal Windows CMD with GIT in the PATH), just doesn't work from the MINGW32 GIT bash. Am Mittwoch, 16. September 2015 20:15:57 UTC+2 schrieb Justin Palmer: > > Another user at my office reported and I confirmed: rbt 0.

Re: rbt hangs using git-bash

2015-11-11 Thread Michael Anselmi
I'm having the same problem as well when using git-bash on Windows (see debug output below). It works just fine using the Windows command prompt, ConEmu (Windows), and from Linux, and there's no proxy server between me and the RB server. I'm using RBTools 0.7.5 and Git for Windows 2.6.3. The

Re: rbt hangs using git-bash

2015-11-11 Thread Justin Palmer
In my case, a proxy server was unnecessary to reach RB server. And rbt works from other consoles, not git-bash. On Wednesday, November 11, 2015 at 1:16:04 PM UTC-6, David Trowbridge wrote: > > This looks more like a misconfigured proxy server. > > -David > On Wed, Nov 11, 2015 at 8:59 AM Der Mez

Re: rbt hangs using git-bash

2015-11-11 Thread David Trowbridge
This looks more like a misconfigured proxy server. -David On Wed, Nov 11, 2015 at 8:59 AM Der Mezger wrote: > Same here, the following command hangs forever: > > $ rbt status -d > >>> RBTools 0.7.5 > >>> Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit > (Intel)] > >>> Running o

Re: rbt hangs using git-bash

2015-11-11 Thread Der Mezger
Same here, the following command hangs forever: $ rbt status -d >>> RBTools 0.7.5 >>> Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] >>> Running on Windows-8-6.2.9200 ... >>> Making HTTP GET request to http:///api/ Using MINGW64 GIT bash coming with GIT for Windows 2.

rbt hangs using git-bash

2015-09-16 Thread Justin Palmer
Another user at my office reported and I confirmed: rbt 0.7.4 in git-bash 2.5.1 does not prompt for password, but instead hangs: $ rbt post -g --username=justinpa --parent=origin/master -d >>> RBTools 0.7.4 … >>> Making HTTP GET request to http://localhost/reviews/api/ git-cmd, cmd, and even