[Monotone-devel] Ticker change?

2006-06-04 Thread Richard Levitte - VMS Whacker
Hi, I just updated my mtn to all the changes in the last week (since Monday, to be precise), and noticed that the ticker output has changed: : ; mtn pull mtn: ansluter till off.net mtn: letar efter saker att synkronisera: mtn: certifikat | nycklar | revisioner mtn: 18971 | 30

Re: [Monotone-devel] Ticker change?

2006-06-04 Thread Richard Levitte - VMS Whacker
OK, I've looked around, and I'm now convinced that the revision I mentioned is the root cause of the failure of ticker formatting. Basically, the new formatter implementation in sanity.{cc,hh} seems to work in a two-step fashion. First, the data being added to the format structure used (plain_for

[Monotone-devel] [patch] acx_pthread.m4 and ac_compile_check_sizeof.m4

2006-06-04 Thread Peter Simons
Hi, the following short patch updates two Autoconf macros to the respective latest version found in the Autoconf Macro archive. The changes to ac_compile_check_sizeof.m4 are cosmetic (missing license information), but acx_pthread.m4 does have a genuinely newer version. Peter # # old_revision [0

[Monotone-devel] server issues / write persmissions

2006-06-04 Thread Benoît Dejean
Hey, i'm running a 0.26 server like this : $MTN --db=$DB serve 'fr.placenet*' with read-permissions : comment "Placenet Fr" pattern "fr.placenet*" allow "[EMAIL PROTECTED]" allow "[EMAIL PROTECTED]" allow "[EMAIL PROTECTED]" and write-permissions : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

Re: [Monotone-devel] [patch] acx_pthread.m4 and ac_compile_check_sizeof.m4

2006-06-04 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on 04 Jun 2006 16:34:23 +0200, Peter Simons <[EMAIL PROTECTED]> said: simons> the following short patch updates two Autoconf macros to the simons> respective latest version found in the Autoconf Macro simons> archive. The changes to ac_compile_check_sizeof.m4 are si

[Monotone-devel] Re: [patch] acx_pthread.m4 and ac_compile_check_sizeof.m4

2006-06-04 Thread Peter Simons
Richard Levitte writes: > Considering monotone doesn't use threads at all, I'm > surprised acx_pthread.m4 is there at all! The configure script checks for pthread_mutex_lock() because: | # We don't use threads, but some Boost libraries make locking calls | # anyway. So we need to ensure tha

Re: [Monotone-devel] Re: [patch] acx_pthread.m4 and ac_compile_check_sizeof.m4

2006-06-04 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on 04 Jun 2006 17:56:03 +0200, Peter Simons <[EMAIL PROTECTED]> said: simons> Richard Levitte writes: simons> simons> > Considering monotone doesn't use threads at all, I'm simons> > surprised acx_pthread.m4 is there at all! simons> simons> The configure script

Re: [Monotone-devel] [patch] acx_pthread.m4 and ac_compile_check_sizeof.m4

2006-06-04 Thread Benoît Dejean
Le dimanche 04 juin 2006 à 17:22 +0200, Richard Levitte - VMS Whacker a écrit : > In message <[EMAIL PROTECTED]> on 04 Jun 2006 16:34:23 +0200, Peter Simons > <[EMAIL PROTECTED]> said: > Considering monotone doesn't use threads at all, I'm surprised > acx_pthread.m4 is there at all! Should we ju

[Monotone-devel] Fw: Bug#318833: fixed in popt 1.10-1

2006-06-04 Thread Richard Levitte - VMS Whacker
Hey guys, look what I just got. What's this, about a year after I reported it or so? Cheers, Richard - Please consider sponsoring my work on free software. See http://www.free.lp.se/sponsoring.html for details. -- Richard Levitte [EMAIL PROTECTED]

Re: [Monotone-devel] revert --missing misbehaves in 0.26

2006-06-04 Thread Derek Scherger
Jack Lloyd wrote: Montone's revert --missing seems to base paths off the current directory, rather than the base directory of the workspace. I think most people seeing this would realize the problem and self-correct, but it is strange (drop --missing seems to do the right thing and work no matter

Re: [Monotone-devel] Ticker change?

2006-06-04 Thread Timothy Brownawell
On Sun, 2006-06-04 at 09:45 +0200, Richard Levitte - VMS Whacker wrote: > Hi, > > I just updated my mtn to all the changes in the last week (since > Monday, to be precise), and noticed that the ticker output has > changed: > > : ; mtn pull > mtn: ansluter till off.net > mtn: letar efter sak

Re: [Monotone-devel] Ticker change?

2006-06-04 Thread Nathaniel Smith
On Sun, Jun 04, 2006 at 10:17:50PM -0500, Timothy Brownawell wrote: > Why do we need to hide boost::format? Should we just use "extern > template" for our % and make having an instantiation of that be another > requirement for types we want to format, along with having an > operator<< ? I'd just l

Re: [Monotone-devel] revert --missing misbehaves in 0.26

2006-06-04 Thread Derek Scherger
Derek Scherger wrote: 1. I think that 'revert --missing' currently has different behaviour than 'drop --missing' and 'add --unknown' and I'm curious as to what people's expectations are. What 'revert --missing' does when it has a restriction (i.e. 'revert --missing path ...') is essentially to