Re: [Monotone-devel] exit code of '1' in 0.37 win32 version when using ssh-agent signature

2007-12-02 Thread Stephen Leake
Matthew Gregan [EMAIL PROTECTED] writes: The problem turned out to be pretty simple but kinda ugly. platform.hh includes $platform/ssh_agent_platform.hh, where $platform is unix or win32. The test to switch includes was using a non-existent define (WIN32_PLATFORM, which is an Automake

Re: [Monotone-devel] exit code of '1' in 0.37 win32 version when using ssh-agent signature

2007-12-01 Thread Matthew Gregan
At 2007-12-02T02:44:04+1300, Matthew Gregan wrote: I'm seeing this too, except the exit code is 5 in my case. What's happening is that we're crashing while in the dtor code of std::vectorBotan::RSA_PublicKey when destroying ssh_agent as the program returns from cpp_main. The problem turned

[Monotone-devel] exit code of '1' in 0.37 win32 version when using ssh-agent signature

2007-11-30 Thread Daniel Atallah
Hi guys, I've gotten in the habit of using `mtn pull mtn up` to update my working copies (I use the native win32 version of monotone in a cygwin shell). This no longer works correctly with the 0.37 binary because the `mtn pull` exits with a code of 1 even though there are no errors on the