[Monotone-devel] Re: Re: nvm.stripped versus botan

2009-01-25 Thread Glen Ditchfield
On Sat, Jan 24, 2009 at 6:35 AM, Stephen Leake stephen_le...@stephe-leake.org wrote: I have not been able to work on this; the MS developer SDK is only available as a DVD image, and I don't have the facilities to burn a DVD. Can you mount it in Windows with the Microsoft Virtual CD-ROM

Re: [Monotone-devel] [Poll] Domain for monotone

2006-08-31 Thread Glen Ditchfield
On Thursday 31 August 2006 17:05, Daniel Dickinson wrote: mtn-scm.org mountain scum? ___ Monotone-devel mailing list Monotone-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/monotone-devel

Re: [Monotone-devel] automate inventory

2006-04-10 Thread Glen Ditchfield
On Sunday 09 April 2006 23:53, Derek Scherger wrote: Is anyone actually using inventory in its current form? I use it to deduce what files have been moved and renamed in maildirs. ___ Monotone-devel mailing list Monotone-devel@nongnu.org

[Monotone-devel] maildir assistant

2006-03-16 Thread Glen Ditchfield
This lua script looks through a maildir directory to find files that have been moved, renamed, or deleted, and executes monotone commands to record the changes. (jack-monotone posted a script to do much the same thing, using inodes:

Re: [Monotone-devel] invariant 'I(is_valid_internal(data()))' violated

2006-02-13 Thread Glen Ditchfield
On Monday 13 February 2006 19:56, Matthew Gregan wrote: Any chance you can file a bug for this in our bug tracker? Bug 15748. ___ Monotone-devel mailing list Monotone-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/monotone-devel

[Monotone-devel] invariant 'I(is_valid_internal(data()))' violated

2006-02-12 Thread Glen Ditchfield
Monotone 0.25 automate inventory is reporting an invariant violation. The problem seems to be a file in my .kde directory. I can reproduce the error by copying .kde into a clean sandbox created from a fresh database. I just built the monotone from the source tarball on SuSE 9.2, using Boost

Re: [Monotone-devel] line endings

2006-02-02 Thread Glen Ditchfield
On Wednesday 01 February 2006 21:41, Ethan Blanton wrote: With this condition, a correct definition of the end-of-line sequence for the current platform, I don't think Monotone should count on files obeying the platform's end-of-line sequence. I mostly work in Windows, but even so I have to

Re: [Monotone-devel] Re: the line-ending discussion

2006-02-02 Thread Glen Ditchfield
On Thursday 02 February 2006 18:48, Graydon Hoare wrote:    1. workspace file - std::vectorstd::string    2. workspace file - std::vectorstd::string ... Operations 1 and 2 are done by splitting or joining. The split and join operations are governed by the following rules:     - At first,

[Monotone-devel] Clobbered tid problem

2006-01-08 Thread Glen Ditchfield
[~]$ monotone --full-version monotone 0.23 (base revision: e32d161b8d5cde9f0968998cc332f82f82c27006) Running on: Linux 2.6.8-24.19-default #1 Tue Nov 29 14:32:45 UTC 2005 i686 Changes since base revision: new_manifest [68895899b164e1f443f988efef93e8384f1b182a] old_revision

Re: [Monotone-devel] Re: Feature request: monotone grep

2005-11-08 Thread Glen Ditchfield
On Tuesday 08 November 2005 11:38, Shaun Jackman wrote: Perhaps there should be a standard way for monotone to call out to helper scripts, where `monotone grep', for example calls out to the script `monotone-grep' -- in /usr/share/monotone/bin or calls a 'grep' function defined in monotonerc?

Re: [Monotone-devel] Can monotone import RCS files

2005-11-06 Thread Glen Ditchfield
On Sun, Oct 30, 2005 at 07:40:34PM -0600, Glen Ditchfield wrote: Can monotone import RCS (not CVS) files? I have a working directory containing a subdirectory cv, which contains an RCS file cv.tex,v. On Sunday 30 October 2005 20:02, Nathaniel Smith wrote: Try running 'monotone cvs_import cv

Re: [Monotone-devel] Can monotone import RCS files

2005-11-06 Thread Glen Ditchfield
On Sunday 06 November 2005 12:57, Richard Levitte - VMS Whacker wrote: Uhmm, no MT directory?  Could that be the root of your trouble? There is an MT directory, up in ~ where the monotone setup command created it. The cv directory and some other directories that have RCS files in them are

[Monotone-devel] Can monotone import RCS files

2005-10-30 Thread Glen Ditchfield
Can monotone import RCS (not CVS) files? I have a working directory containing a subdirectory cv, which contains an RCS file cv.tex,v. I'd like to import it into the monotone database. monotone rcs_import (doesn't seem to do anything: [cv]$ monotone --version monotone 0.23 (base revision:

Re: [Monotone-devel] Broken monotone 0.19 database

2005-10-12 Thread Glen Ditchfield
On Sunday 09 October 2005 23:35, Nathaniel Smith wrote: I'm afraid I don't quite understand the problem.  You have a database you've been using with 0.19.  It started giving you problems.  You tried upgrading to monotone 0.23 (and running the migration commands like 'db migrate', I guess?),

[Monotone-devel] Broken monotone 0.19 database

2005-10-09 Thread Glen Ditchfield
I have a monotone database, used with monotone 0.19, that now gives me invariant violation messages. To complicate matters, I ran monotone db update with monotone 0.23 in my working directory, without saving the MT directory. Fortunately nothing irreplacable is in the database, but if

Re: [Monotone-devel] [PATCH] and RFC: binary files merging and hook

2005-05-28 Thread Glen Ditchfield
Glen Ditchfield wrote: You base the text/binary decision on the name of the file. How hard would it be to base it on the contents of the file instead, the way the Unix 'file' command does? On Friday 27 May 2005 14:44, rghetta replied: The hook uses only the filespec, true, but if it returns

Re: [Monotone-devel] [PATCH] and RFC: binary files merging and hook

2005-05-25 Thread Glen Ditchfield
On Tuesday 24 May 2005 17:33, rghetta wrote: function binary_file(name) lowname=string.lower(name) -- some known binaries, return true if (string.find(lowname, %.gif$)) then return true end You base the text/binary decision on the name of the file. How hard would it be to base it on

Re: [Monotone-devel] monotone serve thrashing

2005-05-20 Thread Glen Ditchfield
On Thursday 19 May 2005 22:54, Matt Johnston wrote: What sort of distribution of file sizes does the database have? (and also how many revisions/files etc?) Approximately 2800 files. One 31MB, one 17MB, about 40 larger than 1 MB. Only a few small files have more than one revision.