Re: [Monotone-devel] monotone problem importing CVS

2005-05-06 Thread Mark Hagger
Nathanial, It does indeed seem to have helped, although I'm slightly confused as the cvs_import command now seems to require I point it to a specific CVS module, rather than just the CVSROOT as the documention suggests, and as I tried with the previous version. Ie I now get output like: [EMAIL P

[Monotone-devel] Re: Server fails to start up because it messes with MT directory

2005-05-06 Thread Peter Simons
Since I didn't see any reaction to this in the last couple of days, I'm reposting the article to be sure it actually made it to the list. Pardon me if you see it twice, please. | Hi, | | I've run into the following problem: I start my monotone | Netsync server using a separate user id: 'monose

Re: [Monotone-devel] monotone: fatal: std::logic_error: change_set.cc:565: invariant 'I(entries.find(p) == entries.end())' violated

2005-05-06 Thread Daniel Vogelheim
Hello, You wrote: >Usually, what this means is that you tried renaming a file from A to >B, but there was already a file with name B in the repository; I'd >check to see if that's the case. If so, you need to delete or rename >B out of the way, before you can rename A to it. Yes, thank you. I ap

Re: [Monotone-devel] [ANNOUNCE] monotone 0.19

2005-05-06 Thread Nico -telmich- Schottelius
Nathaniel Smith [Thu, May 05, 2005 at 04:15:05AM -0700]: > [initial-push-discussion] > > However, the initial pull is on the whole mostly CPU bound; monotone > is rather busy doing hashing, compression, uncompression, xdelta > calculation and application, and extensive validity checking on all >

Re: [Monotone-devel] monotone problem importing CVS

2005-05-06 Thread Jon Bright
Hi Mark, Mark Hagger wrote: It does indeed seem to have helped, although I'm slightly confused as the cvs_import command now seems to require I point it to a specific CVS module, rather than just the CVSROOT as the documention suggests, and as I tried with the previous version. This is intentional.

Re: [Monotone-devel] [ANNOUNCE] monotone 0.19

2005-05-06 Thread Nathan Myers
On Fri, May 06, 2005 at 01:15:29PM +0200, Nico -telmich- Schottelius wrote: > > - You speak about compression/decompression, are there in general > processes, which can be optimized? I don't mean algorithms > or something like that. In particular, must it be compressed/decompressed at all? C

Re: [Monotone-devel] monotone: fatal: std::logic_error: change_set.cc:565: invariant 'I(entries.find(p) == entries.end())' violated

2005-05-06 Thread Nathaniel Smith
On Fri, May 06, 2005 at 12:34:55PM +0200, Daniel Vogelheim wrote: > Hello, > > You wrote: > >Usually, what this means is that you tried renaming a file from A to > >B, but there was already a file with name B in the repository; I'd > >check to see if that's the case. If so, you need to delete or

Re: [Monotone-devel] monotone problem importing CVS

2005-05-06 Thread Nathaniel Smith
On Fri, May 06, 2005 at 10:16:56AM +0100, Mark Hagger wrote: > Nathanial, > > It does indeed seem to have helped, although I'm slightly confused as > the cvs_import command now seems to require I point it to a specific CVS > module, rather than just the CVSROOT as the documention suggests, and as

Re: [Monotone-devel] [ANNOUNCE] monotone 0.19

2005-05-06 Thread Nathaniel Smith
On Fri, May 06, 2005 at 09:13:14AM -0700, Nathan Myers wrote: > On Fri, May 06, 2005 at 01:15:29PM +0200, Nico -telmich- Schottelius wrote: > > > > - You speak about compression/decompression, are there in general > > processes, which can be optimized? I don't mean algorithms > > or something

[Monotone-devel] Fwd: [Contrib-Rpm] monotone-0.19-1mdk

2005-05-06 Thread Nick Brown
I've packaged monotone 0.19 for Mandriva. It is available from Mandriva's cooker contrib repository. Its was built using gcc 4.0 with CXXFLAGS="-O2 -pipe -march=i586 -mtune=pentiumpro -fno-strict-aliasing" and passed a 'make check'. (There was a lot of compiler warnings generated, including a b

[Monotone-devel] CLI / path restrictions.

2005-05-06 Thread Bruno Hertz
Hi while the user interface might currently not be top priority, are there still any plans to allow for non-recursive path restrictions, e.g. for list various ? Also, remotely related and fyi, while diff takes a base name as an argument, log requires a path relative to MT, which some people migh

Re: [Monotone-devel] [ANNOUNCE] monotone 0.19

2005-05-06 Thread Nathaniel Smith
On Fri, May 06, 2005 at 01:15:29PM +0200, Nico -telmich- Schottelius wrote: > Nathaniel Smith [Thu, May 05, 2005 at 04:15:05AM -0700]: > > [initial-push-discussion] > > > > However, the initial pull is on the whole mostly CPU bound; monotone > > is rather busy doing hashing, compression, uncompre

Re: [Monotone-devel] CLI / path restrictions.

2005-05-06 Thread Nathaniel Smith
On Fri, May 06, 2005 at 07:37:36PM +0200, Bruno Hertz wrote: > while the user interface might currently not be top priority, are > there still any plans to allow for non-recursive path restrictions, > e.g. for list various ? Hardest part is coming up with a sensible way for the user to express thi

[Monotone-devel] Re: CLI / path restrictions.

2005-05-06 Thread Bruno Hertz
Nathaniel Smith <[EMAIL PROTECTED]> writes: > On Fri, May 06, 2005 at 07:37:36PM +0200, Bruno Hertz wrote: >> while the user interface might currently not be top priority, are >> there still any plans to allow for non-recursive path restrictions, >> e.g. for list various ? > > Hardest part is comi

Re: [Monotone-devel] [ANNOUNCE] monotone 0.19

2005-05-06 Thread Nathan Myers
On Fri, May 06, 2005 at 10:10:04AM -0700, Nathaniel Smith wrote: > On Fri, May 06, 2005 at 09:13:14AM -0700, Nathan Myers wrote: > > On Fri, May 06, 2005 at 01:15:29PM +0200, Nico -telmich- Schottelius wrote: > > > > > > - You speak about compression/decompression, are there in general > > > pro

[Monotone-devel] error importing cvs repository

2005-05-06 Thread Filippo Bosi
While importing a cvs repository I got the following error [EMAIL PROTECTED] monotone]$ monotone --db=test.db -- branch=net.example.wobbler cvs_import /home/filippo/ior/cvsmirror/cvsroot/securemail enter passphrase for key ID [EMAIL PROTECTED]: monotone: [branches: 12] [versions: 9147] monotone: p

Re: [Monotone-devel] Server fails to start up because it messes with MT directory

2005-05-06 Thread Timothy Brownawell
On 02 May 2005 14:36:41 +0200, Peter Simons <[EMAIL PROTECTED]> wrote: > Hi, > > I've run into the following problem: I start my monotone > Netsync server using a separate user id: 'monoserv'. When I > do so while being in a current working directory which is a > monotone repository though, I get

Re: [Monotone-devel] Server fails to start up because it messes with MT directory

2005-05-06 Thread Nathaniel Smith
On Sat, May 07, 2005 at 12:25:16AM -0500, Timothy Brownawell wrote: > It's trying to read MT/options. Since anything in this file can be put > on the command line (so it's not critical to be able to read this), > here's a patch to turn this into a warning. If there are no > objections, I'll merge i