Re: [Monotone-devel] Changes in nvm.basic_io.inventory

2007-07-15 Thread Thomas Keller
Stephen Leake schrieb: > I'd like to get nvm.basic_io.inventory merged into the main line. > Emacs DVC is working well with the current implementation. It would be > good to get this into the released version. Have you been able to sort out all of the remaining issues, f.e. incomplete output in a

Re: [Monotone-devel] Changes in nvm.basic_io.inventory

2007-07-15 Thread Stephen Leake
I'd like to get nvm.basic_io.inventory merged into the main line. Emacs DVC is working well with the current implementation. It would be good to get this into the released version. Last week I merged nvm into nvm.basic_io.inventory. All of the automate inventory tests are passing; some others are

Re: [Monotone-devel] Error Message on Multi-GB Database Commit

2007-07-15 Thread Ulf Ochsenfahrt
Ulf Ochsenfahrt wrote: Hi there, I get another interesting error message when I try to commit on my multi-GB database: $ mtn commit With a more recent version of monotone: monotone 0.35 (base revision: 850fc61ed4c0721851f41e91dceb07c23bd01163) I get a failure right away: $ mtn commit mtn: er

Re: [Monotone-devel] Build error on mingw, test failure on mac os x

2007-07-15 Thread Justin Patrin
On 7/15/07, Justin Patrin <[EMAIL PROTECTED]> wrote: On 7/15/07, Zack Weinberg <[EMAIL PROTECTED]> wrote: > On 7/15/07, Richard Levitte <[EMAIL PROTECTED]> wrote: > > kfh> [Kelly F. Hickel] vs 2005 seems to, can't remember for certain > > kfh> about vs 2003: > > > > Personal experience with OpenS

Re: [Monotone-devel] Build error on mingw, test failure on mac os x

2007-07-15 Thread Justin Patrin
On 7/15/07, Zack Weinberg <[EMAIL PROTECTED]> wrote: On 7/15/07, Richard Levitte <[EMAIL PROTECTED]> wrote: > kfh> [Kelly F. Hickel] vs 2005 seems to, can't remember for certain > kfh> about vs 2003: > > Personal experience with OpenSSL since 1999 says that all VS versions > since then do underst

Re: [Monotone-devel] Re: Unix domain sockets

2007-07-15 Thread Zack Weinberg
On 7/15/07, Lapo Luchini <[EMAIL PROTECTED]> wrote: William Uther wrote: >> server side, and on the client side, use file:///path to specify the >> socket...? > Yeah - I'll introduce a local:// scheme to do that. So, a remote unix socket is ssh+ux: and a local unix socket is local:? I'd rather u

Re: [Monotone-devel] Build error on mingw, test failure on mac os x

2007-07-15 Thread Zack Weinberg
On 7/15/07, Richard Levitte <[EMAIL PROTECTED]> wrote: kfh> [Kelly F. Hickel] vs 2005 seems to, can't remember for certain kfh> about vs 2003: Personal experience with OpenSSL since 1999 says that all VS versions since then do understand LL. Oh good. In that case, Justin, would you please try

Re: [Monotone-devel] Build error on mingw, test failure on mac os x

2007-07-15 Thread Richard Levitte
In message <[EMAIL PROTECTED]> on Sun, 15 Jul 2007 11:31:26 -0500, "Kelly F. Hickel" <[EMAIL PROTECTED]> said: kfh> > Do you know if MSVC understands the LL suffix for 64-bit integer kfh> > constants? kfh> [Kelly F. Hickel] vs 2005 seems to, can't remember for certain kfh> about vs 2003: Persona

Re: [Monotone-devel] Make check failure

2007-07-15 Thread Justin Patrin
On 7/15/07, William Uther <[EMAIL PROTECTED]> wrote: Hi, I've recently started getting errors when I run make check *for the second time*: Of 104 tests run: 104 succeeded 0 failed PASS: unit_tests Error: error: cannot handle special file '/Users/willu/src/monotone/ monotone-

[Monotone-devel] Make check failure

2007-07-15 Thread William Uther
Hi, I've recently started getting errors when I run make check *for the second time*: Of 104 tests run: 104 succeeded 0 failed PASS: unit_tests Error: error: cannot handle special file '/Users/willu/src/monotone/ monotone-source/tester_dir/log_quits_on_SIGPIPE/fifo1' FAIL:

RE: [Monotone-devel] unit_tests.exe crashing on windows vista when build with visual studio 2005 (vs8)

2007-07-15 Thread Kelly F. Hickel
(resend of message below, original was blocked because the 250k zip file of the log was too big for the list).. > > > > In message > > <[EMAIL PROTECTED]> on > > Sat, > > 14 Jul 2007 11:41:46 -0500, "Kelly F. Hickel" <[EMAIL PROTECTED]> > > said: > > > > kfh> I’ve got a build sla

RE: [Monotone-devel] Build error on mingw, test failure on mac os x

2007-07-15 Thread Kelly F. Hickel
> > On 7/14/07, Justin Patrin <[EMAIL PROTECTED]> wrote: > > On Windows XP mingw I get the following when running make check: > > tester.cc: In function `time_t get_last_write_time(const > std::string&)': > > tester.cc:103: error: integer constant is too large for "long" type > > *headdesk* This

Re: [Monotone-devel] Re: Workspace commands and automate/stdio

2007-07-15 Thread Thomas Keller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lapo Luchini schrieb: > Thomas Keller wrote: >> Opinions anyone? > > It may (?) be a faster "intermediate" solution, but seems a little too > brittle to be the "real" solution, to me. What would be a non-intermediate solution for you? - -- only dead

[Monotone-devel] Re: Workspace commands and automate/stdio

2007-07-15 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Keller wrote: > Opinions anyone? It may (?) be a faster "intermediate" solution, but seems a little too brittle to be the "real" solution, to me. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Cygwin) Comment: Using GnuPG with Mozilla - h

Re: [Monotone-devel] Merging suspend branch

2007-07-15 Thread Thomas Moschny
On Sunday 15 July 2007, William Uther wrote: > I don't understand heights. See http://www.venge.net/mtn-wiki/RevisionNumbering . Heights are, basically, a way of caching the result of a topological sort of all revisions. If r2 is a descendant of r1, then height(r2) > height(r1). (Note that th

[Monotone-devel] Re: Unix domain sockets

2007-07-15 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 William Uther wrote: >> server side, and on the client side, use file:///path to specify the >> socket...? > Yeah - I'll introduce a local:// scheme to do that. So, a remote unix socket is ssh+ux: and a local unix socket is local:? I'd rather use ssh+