Re: [Monotone-devel] Monotone 0.30 make error - cmd_list.cc

2006-09-21 Thread Nathaniel Smith
On Thu, Sep 21, 2006 at 04:41:55PM -0700, Richard Cave wrote: >cmd_list.cc:506: use of namespace `std' as expression >cmd_list.cc:506: parse error before `:' token Thanks for the report. This particular bug has just been fixed on mainline. The patch is: --- cmd.hh 3f5caf1f33a64fdc9

Re: [Monotone-devel] monotone 0.30 hangs when performing sync on certain databases

2006-09-21 Thread Nathaniel Smith
On Wed, Sep 20, 2006 at 02:22:32PM +0200, Markus Meyer wrote: > Hi everyone, > > I have three databases, two of them working fine, but with one database, > monotone hangs while trying to sync using a file. This is with 0.30, but > also happened with 0.29. See the attachment for the full output whe

[Monotone-devel] Monotone 0.30 make error - cmd_list.cc

2006-09-21 Thread Richard Cave
Hi Monotone Devs,   I’ve been running monotone 0.23 but received errors trying to make monotone 0.30.  The system has gcc 3.2 and boost 1.33.1.   The build is failing on compile of cmd_list.cc:   if g++ -DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.  -I./lua -I./s

Re: [Monotone-devel] trouble with monotone 0.30

2006-09-21 Thread hendrik
On Thu, Sep 21, 2006 at 03:08:13PM -0700, Nathaniel Smith wrote: > On Thu, Sep 21, 2006 at 05:25:16PM -0400, [EMAIL PROTECTED] wrote: > > Looking at the output, the consistent problem seems to be that the data > > base is locked. > > Which is strange, because the database in question is a tempora

Re: [Monotone-devel] trouble with monotone 0.30

2006-09-21 Thread Nathaniel Smith
On Thu, Sep 21, 2006 at 05:25:16PM -0400, [EMAIL PROTECTED] wrote: > Looking at the output, the consistent problem seems to be that the data base > is locked. Which is strange, because the database in question is a temporary one that was just created a few milliseconds before. > mtn found at /f

Re: [Monotone-devel] Monotone on a static web site

2006-09-21 Thread Nathaniel Smith
On Thu, Sep 21, 2006 at 07:36:33AM -0400, Daniel Dickinson wrote: > On Thu, 21 Sep 2006 01:25:49 -0700 > Nathaniel Smith <[EMAIL PROTECTED]> wrote: > > > On Thu, Sep 21, 2006 at 03:59:31AM -0400, Daniel Dickinson wrote: > > > Once I'm satisfied with attr scan > > > > How is attr scan going, btw?

Re: [Monotone-devel] addition to zsh completion

2006-09-21 Thread Thomas Moschny
On Thursday 21 September 2006 23:23 Bruce Stephens wrote: > The attached adds a _mtn_tags, to complete tag names (presuming they > don't contain spaces), and _mtn_public_keys (presuming they're likely > also to be author names), and uses those (and _mtn_branches) to > complete selectors (_mtn_selec

[Monotone-devel] Re: addition to zsh completion

2006-09-21 Thread Bruce Stephens
Bruce Stephens <[EMAIL PROTECTED]> writes: [...] > @@ -1,4 +1,4 @@ > -#compdef mtn # -*-sh-*- > +#compdef mtn My apologies, that's probably a spurious change. [...] ___ Monotone-devel mailing list Monotone-devel@nongnu.org http://lists.nongnu.org/m

Re: [Monotone-devel] trouble with monotone 0.30

2006-09-21 Thread hendrik
On Thu, Sep 21, 2006 at 01:47:22PM -0700, Nathaniel Smith wrote: > On Thu, Sep 21, 2006 at 04:38:24PM -0400, [EMAIL PROTECTED] wrote: > > 1 basic_invocation_and_options FAIL (line 1) > > 2 scanning_treesFAIL (line 2) > > 3 importing_a_file

Re: [Monotone-devel] trouble with monotone 0.30

2006-09-21 Thread Nuno Lucas
On 9/21/06, Nathaniel Smith <[EMAIL PROTECTED]> wrote: On Thu, Sep 21, 2006 at 04:38:24PM -0400, [EMAIL PROTECTED] wrote: > I probably did something stupid, or else these FAILS are unimportant, > I hesitate to attach the full screen outout from make and make test > because it's over a megabyte.

[Monotone-devel] addition to zsh completion

2006-09-21 Thread Bruce Stephens
The attached adds a _mtn_tags, to complete tag names (presuming they don't contain spaces), and _mtn_public_keys (presuming they're likely also to be author names), and uses those (and _mtn_branches) to complete selectors (_mtn_selectors). _mtn_selector_or_revision combines _mtn_selectors and _mtn

Re: [Monotone-devel] [ANNOUNCE] monotone 0.30 released

2006-09-21 Thread Thomas Moschny
On Thursday 21 September 2006 21:32 Nathaniel Smith wrote: > On Thu, Sep 21, 2006 at 01:46:09PM +0200, Thomas Moschny wrote: > > However, if you used to do something like 'cat _MTN/revision' in *your > > own* project, you should change that to 'mtn automate get_revision_id'. > > 'mtn automate get_b

Re: [Monotone-devel] trouble with monotone 0.30

2006-09-21 Thread Nathaniel Smith
On Thu, Sep 21, 2006 at 04:38:24PM -0400, [EMAIL PROTECTED] wrote: > 1 basic_invocation_and_options FAIL (line 1) > 2 scanning_treesFAIL (line 2) > 3 importing_a_file FAIL (line 2) > 4 generating_and_extracting_ke

[Monotone-devel] trouble with monotone 0.30

2006-09-21 Thread hendrik
I probably did something stupid. I untarred monotone-0.30.tar.gz cd'd into it, ./configure make seemd fine, thein make check started to produce lots of output. I first noticed a problem around: *** No errors detected PASS: unit_tests Running tests... 1 isolated-1

Re: [Monotone-devel] [ANNOUNCE] monotone 0.30 released

2006-09-21 Thread Nathaniel Smith
On Thu, Sep 21, 2006 at 01:46:09PM +0200, Thomas Moschny wrote: > However, if you used to do something like 'cat _MTN/revision' in *your own* > project, you should change that to 'mtn automate get_revision_id'. 'mtn automate get_base_revision_id' -- Nathaniel -- "...All

Re: [Monotone-devel] Error during big commit

2006-09-21 Thread Nathaniel Smith
On Thu, Sep 21, 2006 at 12:21:27PM -0700, Jeff Rizzo wrote: > fubar:riz /space/equinix/src> mtn commit --message="Initial import of > NetBSD-3.1_RC3" > mtn: beginning commit on branch 'com.equinix.netbsd' > enter passphrase for key ID [EMAIL PROTECTED]: > terminate called after throwing an insta

[Monotone-devel] Error during big commit

2006-09-21 Thread Jeff Rizzo
I'm currently working on a project based on NetBSD 3.1 (well, it will be once 3.1 is released :), and I'm trying to use monotone to manage the source. Since it's not currently possible to import the NetBSD CVS history (see bug 17801), I figured I'd try just importing a current checkout of NetBSD

[Monotone-devel] Re: Monotone on a static web site

2006-09-21 Thread Graydon Hoare
Nathaniel Smith wrote: It isn't too complicated, though, and the python-ness isn't important; the important part is the disk format. Ideally we'll even move it into montone proper at some point (anyone know where to get a decent C++ HTTP library with pipelining support?). I don't know about "

Re: [Monotone-devel] [ANNOUNCE] monotone 0.30 released

2006-09-21 Thread Thomas Moschny
On Thursday 21 September 2006 13:05 [EMAIL PROTECTED] wrote: > On Wed, Sep 20, 2006 at 09:28:51PM +0200, Thomas Moschny wrote: > > On Wednesday 20 September 2006 21:20 Shaun Jackman wrote: > > > The monotone-0.30.tar.gz tarball shipped with package_revision.txt set > > > to `unknown'. Should this b

Re: [Monotone-devel] Monotone on a static web site

2006-09-21 Thread Daniel Dickinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Sep 2006 01:25:49 -0700 Nathaniel Smith <[EMAIL PROTECTED]> wrote: > On Thu, Sep 21, 2006 at 03:59:31AM -0400, Daniel Dickinson wrote: > > Once I'm satisfied with attr scan > > How is attr scan going, btw? It works for me; now it needs te

Re: [Monotone-devel] [ANNOUNCE] monotone 0.30 released

2006-09-21 Thread hendrik
On Wed, Sep 20, 2006 at 09:28:51PM +0200, Thomas Moschny wrote: > On Wednesday 20 September 2006 21:20 Shaun Jackman wrote: > > The monotone-0.30.tar.gz tarball shipped with package_revision.txt set > > to `unknown'. Should this be fixed? > > He who prepares the tarfile (i.e. Nathaniel) needs a re

Re: [Monotone-devel] Monotone on a static web site

2006-09-21 Thread Nathaniel Smith
On Thu, Sep 21, 2006 at 03:59:31AM -0400, Daniel Dickinson wrote: > Once I'm satisfied with attr scan How is attr scan going, btw? > I intend to look at the monotone-dumb > stuff to support database export/import that allows branches to be > posted on a static web site (i.e. no server-side script

[Monotone-devel] Monotone on a static web site

2006-09-21 Thread Daniel Dickinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Once I'm satisfied with attr scan I intend to look at the monotone-dumb stuff to support database export/import that allows branches to be posted on a static web site (i.e. no server-side scripting, just static content) and pulled into a datab