[Monotone-devel] monotone.el patch for late-model xemacs

2007-02-02 Thread Ken Sedgwick
Greetings, I've noticed that late-model (FC6) xemacs (21.5.27) have problems w/ monotone.el. The problem is that the *monotone* buffer ends up write-protected and can not be modified after an initial monotone operation. I think the issue is that monotone.el uses (toggle-read-only -1)

[Monotone-devel] this is almost certainly a bug in monotone.

2007-02-02 Thread Martin Kihlgren
[0:[EMAIL PROTECTED] ~/monotoneroot/com.adocca.www.release_00_19]$mtn commit -m intermediary commit mtn: beginning commit on branch 'com.adocca.www.release_00_19' terminate called after throwing an instance of 'std::logic_error' what(): ../lru_writeback_cache.hh:99: invariant

Re: [Monotone-devel] Re: monotone head builds on cygwin with no changes

2007-02-02 Thread Justin Patrin
On 2/1/07, Lapo Luchini [EMAIL PROTECTED] wrote: Justin Patrin wrote: To monotone, at least. Just in case anyone didn't know I thought I'd say that I've built monotone from net.venge.monotone on cygwin with no changes to monotone code. This is great news for the Summit and just cool in

[Monotone-devel] Error running `mtn list ignored` in monotone 0.32 on windows XP

2007-02-02 Thread Daniel Atallah
I've encountered the following issue when running `mtn list ignored` in my workspace. I'm using the official win32 0.32 binary downloaded from venge.net and it is running in a cygwin bash shell (if that makes any difference). I have recently run the same command successfully, but the ignored

Re: [Monotone-devel] Error running `mtn list ignored` in monotone 0.32 on windows XP

2007-02-02 Thread Thomas Keller
Daniel Atallah schrieb: $ mtn list ignored mtn: fatal: std::logic_error: paths.cc:308: invariant 'I(is_valid_internal(data()))' violated Has this already been fixed for 0.33? I see no entry for it in the ChangeLog and at least five other people have reported the same issue before Daniel...

[Monotone-devel] Re: monotone head builds on cygwin with no changes

2007-02-02 Thread Lapo Luchini
Justin Patrin wrote: Any tips on getting make check to work? I've rebuilt boost supposedly with test support but am still getting linking errors. Right now I know that the unit-test libraries are in /usr/lib so I'm trying once more... The person that is managing the cygwin package of boost

[Monotone-devel] Re: monotone head builds on cygwin with no changes

2007-02-02 Thread Bruce Stephens
Lapo Luchini [EMAIL PROTECTED] writes: [...] but I didn't look into it much furter, as I was only interested in a working package at the time, not in developing ;-) How can you tell if something's working if you can't run its tests? ___

Re: [Monotone-devel] Re: monotone head builds on cygwin with no changes

2007-02-02 Thread Justin Patrin
On 2/2/07, Bruce Stephens [EMAIL PROTECTED] wrote: Lapo Luchini [EMAIL PROTECTED] writes: [...] but I didn't look into it much furter, as I was only interested in a working package at the time, not in developing ;-) How can you tell if something's working if you can't run its tests?

Re: [Monotone-devel] Re: monotone head builds on cygwin with no changes

2007-02-02 Thread Justin Patrin
On 2/2/07, Justin Patrin [EMAIL PROTECTED] wrote: On 2/2/07, Bruce Stephens [EMAIL PROTECTED] wrote: Lapo Luchini [EMAIL PROTECTED] writes: [...] but I didn't look into it much furter, as I was only interested in a working package at the time, not in developing ;-) How can you tell if

Re: [Monotone-devel] Error running `mtn list ignored` in monotone 0.32 on windows XP

2007-02-02 Thread Christian Ohler
Thomas Keller, 2007-02-02: Daniel Atallah schrieb: $ mtn list ignored mtn: fatal: std::logic_error: paths.cc:308: invariant 'I(is_valid_internal(data()))' violated Has this already been fixed for 0.33? It's still there. I looked into it briefly about a week ago; fixing it turned out to

Re: [Monotone-devel] Error running `mtn list ignored` in monotone 0.32 on windows XP

2007-02-02 Thread Rob Schoening
The workaround is simple. The severity is low. Call me shallow, but if I downloaded 0.32 for the first time in order to evaluate monotone, this would probably cause me to put it back on the shelf. Lack of versioned policy, performance, or other lack of features probably would not. That's not

Re: [Monotone-devel] project_t , and preparing for projects / policy branches

2007-02-02 Thread Timothy Brownawell
On Sat, 2007-01-13 at 18:51 -0800, Nathaniel J. Smith wrote: On Sat, Jan 13, 2007 at 01:58:05PM -0600, Timothy Brownawell wrote: I've been reorganizing things somewhat to try to prepare for implementing a concept of a project that we'll need for the policy work. Huzzah. It's going to

Re: [Monotone-devel] monotone head builds on cygwin with no changes

2007-02-02 Thread Václav Haisman
Justin Patrin wrote, On 1.2.2007 19:42: To monotone, at least. Just in case anyone didn't know I thought I'd say that I've built monotone from net.venge.monotone on cygwin with no changes to monotone code. This is great news for the Summit and just cool in general. The one thing I needed

Re: [Monotone-devel] Error running `mtn list ignored` in monotone 0.32 on windows XP

2007-02-02 Thread Nathaniel J. Smith
On Fri, Feb 02, 2007 at 09:53:44PM +0100, Christian Ohler wrote: When walk_tree_recursive calls bookkeeping_path::is_bookkeeping_path to avoid descending into _MTN, the normalization in bookkeeping_path::is_bookkeeping_path prepends the current working directory to the path; the resulting

Re: [Monotone-devel] this is almost certainly a bug in monotone.

2007-02-02 Thread Nathaniel J. Smith
On Fri, Feb 02, 2007 at 01:46:25PM +0100, Martin Kihlgren wrote: [0:[EMAIL PROTECTED] ~/monotoneroot/com.adocca.www.release_00_19]$mtn commit -m intermediary commit mtn: beginning commit on branch 'com.adocca.www.release_00_19' terminate called after throwing an instance of 'std::logic_error'

Re: [Monotone-devel] monotone head builds on cygwin with no changes

2007-02-02 Thread Justin Patrin
On 2/2/07, Václav Haisman [EMAIL PROTECTED] wrote: Justin Patrin wrote, On 1.2.2007 19:42: To monotone, at least. Just in case anyone didn't know I thought I'd say that I've built monotone from net.venge.monotone on cygwin with no changes to monotone code. This is great news for the Summit

[Monotone-devel] [patch] add access checks for monotonerc

2007-02-02 Thread Eric Christopher
Since users could be storing something silly like a passphrase in their monotonerc we should probably check to make sure it isn't readable/writable by everyone else as well. Here's a quick patch to do that. The downside is that we need to fix the rc file in a bunch of the monotone testcases as

[Monotone-devel] first summit hackers arrived

2007-02-02 Thread Markus Schiltknecht
Hi, Christoph, Siegfried and me happened to book the same flight from London to San Francisco. So we arranged to sit next to each other and meet in the plain. We already discussed some ideas and exchanged linux distribution- and code editor preferences... ;-) After a somewhat adventurous