[Monotone-devel] build failure of 0.36 release on linux

2007-08-03 Thread Joe Brenner
I'm seeing a build failure of the 0.36 code. I'm on a Gnu/Linux box, with an AMD64 architecture (dual core opteron) running Kubuntu (dapper): [...] g++ -DLOCALEDIR=\"/usr/local/monotone/monotone-0.36/share/locale\" -DHAVE_CONFIG_H -I. -I./lua -g -O2 -Wall -W -Wno-unused -fno-strict-alias

[Monotone-devel] 0.36 error on cygwin

2007-08-03 Thread Lapo Luchini
Whops. (Baka) Lapo didn't notice a bug in latest changes in file I/O code... if launched without workspace tries to open //_MTN and fails to find the network share with that UNC name... (of course on my PCs I have lots of _MTN dirs to be found around... this time I was checking the cygwinpackag

Re: [Monotone-devel] [PATCH] Re: on the semantics of 'mtn mv'

2007-08-03 Thread Ben Walton
I've just gotten around to pushing this patch. mtn mv should behave more consitently now, in my view. -Ben On 7/30/07, Ben Walton <[EMAIL PROTECTED]> wrote: > Ok, then I could likely commit this patch directly. > > Thanks > -Ben > > On 7/30/07, Richard Levitte <[EMAIL PROTECTED]> wrote: > > In m

Re: [Monotone-devel] Speeding up automate stdio

2007-08-03 Thread Patrick Georgi
Nathaniel Smith wrote: This last part sounds like a bug -- transaction guards are supposed to nest, so that if we are already in a transaction all that they should do is increment a variable somewhere. Hmm.. Did I forget the bit about the unscientific benchmark? Maybe that fooled me here (but

[Monotone-devel] Re: beginner's question: write permission prob

2007-08-03 Thread Joe Brenner
Timothy Brownawell <[EMAIL PROTECTED]> wrote: > Joe Brenner wrote: > > I'm trying to get a simple monotone setup working over my internal > > network, and I'm seeing a permissions problem: I can get read access, > > but not write access. I've run out of ideas for things to check, and > > I'm loo

[Monotone-devel] Re: [Monotone-debian] net.venge.monotone.debian-diff proposed policy

2007-08-03 Thread Ludovic Brenta
Zack Weinberg writes: > I think I didn't explain things clearly enough. The Monotone database > does directly contain the released scripts, and you could in principle > make packages from a checkout of nvm.debian-diff by running autoreconf > -i and then dpkg-buildpackage, as long as the current re

[Monotone-devel] Re: [Monotone-debian] net.venge.monotone.debian-diff proposed policy

2007-08-03 Thread Zack Weinberg
On 8/3/07, Ludovic Brenta <[EMAIL PROTECTED]> wrote: > "Zack Weinberg" <[EMAIL PROTECTED]> writes: > > * To make a Debian release, starting from a release tarball: Rename > > the release tarball to Debian's convention > > (monotone_VERSION.orig.tar.gz). Unpack it. Take the diff between the > > c

Re: [Monotone-devel] Speeding up automate stdio

2007-08-03 Thread Nathaniel Smith
On Fri, Aug 03, 2007 at 01:59:10PM +0200, Patrick Georgi wrote: > With that change, it took only 4 minutes on tmpfs, and feeling more > courageous, I removed the transaction guards in put_file (there's a big > one around it, after all), which gave another 30 seconds. This last part sounds like a

Re: [Monotone-devel] mtn fatal error on mtn up

2007-08-03 Thread Eoin Coffey
Hmm thats odd. I don't even know how that file got created. In any event I rm -rfed my working copy and rechecked it out, so its all good. Thanks for the reply, and I'll make sure to keep an eye out for bizarre file names next time :-) -Eoin On 8/3/07, Timothy Brownawell <[EMAIL PROTECTED]> wr

[Monotone-devel] [ANNOUNCE] monotone 0.36 released

2007-08-03 Thread Richard Levitte
Finally, monotone 0.36 has arrived. There are quite a number of changes and corrections in this release, well worth investigating. Take a closer look at http://monotone.ca/ Fri Aug 3 06:08:36 UTC 2007 0.36 release. Changes - The help command is now able to show docum

Re: [Monotone-devel] mtn fatal error on mtn up

2007-08-03 Thread Timothy Brownawell
On Thu, 2007-08-02 at 18:27 -0600, Eoin Coffey wrote: > Error Message: > > mtn: fatal: std::logic_error: paths.cc:307: invariant > 'I(is_valid_internal(data()))' violated You have a file named libpurple/plugins/mono/\ , which monotone doesn't like (file names can't contain '\'). ...we *really

[Monotone-devel] Re: Hmmm, time is lacking

2007-08-03 Thread Lapo Luchini
Richard Levitte wrote: > I'm changing my mind. I currently don't have a Debian [unstable] > system that I can build the package on, so unless I can upload > something that only contains monotone_0.36-1_i386.changes and the > tarball, I think I have to delegate this to you. But is a Debian package

Re: [Monotone-devel] Hmmm, time is lacking

2007-08-03 Thread Richard Levitte
In message <[EMAIL PROTECTED]> on Thu, 2 Aug 2007 23:50:41 -0700, "Zack Weinberg" <[EMAIL PROTECTED]> said: zackw> On 8/2/07, Richard Levitte <[EMAIL PROTECTED]> wrote: zackw> > zackw> > Things are pretty calm, so I can do a bit now. It's a good zackw> > thing there was this pause, it gave Zack

[Monotone-devel] Speeding up automate stdio

2007-08-03 Thread Patrick Georgi
Hi, I'm still working on an hg2mtn facility and tried to import the files of the first revision of that hg repository (34000 files) with automate stdio using the put_file command. On my regular filesystem (ZFS), it took approx. 20 minutes. For fun, I tried again with the monotone repository o

[Monotone-devel] Re: [Monotone-debian] net.venge.monotone.debian-diff proposed policy

2007-08-03 Thread Ludovic Brenta
"Zack Weinberg" <[EMAIL PROTECTED]> writes: > * To make a Debian release, starting from a release tarball: Rename > the release tarball to Debian's convention > (monotone_VERSION.orig.tar.gz). Unpack it. Take the diff between the > corresponding release tag and the head of n.v.m.debian-diff, and

Re: [Monotone-devel] Hmmm, time is lacking

2007-08-03 Thread Richard Levitte
In message <[EMAIL PROTECTED]> on Thu, 2 Aug 2007 23:50:41 -0700, "Zack Weinberg" <[EMAIL PROTECTED]> said: zackw> On 8/2/07, Richard Levitte <[EMAIL PROTECTED]> wrote: zackw> > zackw> > Things are pretty calm, so I can do a bit now. It's a good thing zackw> > there was this pause, it gave Zack