[Monotone-devel] some rewrites

2005-06-20 Thread Graydon Hoare
hi, I've posted some work I started on while on vacation to net.venge.monotone.rewrites.change_set (and cvs_import). these are sandbox branches I'll be merging in once I'm confident in their functionality (and, of course, depending on how much complaint I get from others). each addresses a

Re: [Monotone-devel] some rewrites

2005-06-20 Thread jc007b6093
Hi Graydon Some good looking changes here. Can you clarify the 'supporting explicit directories' a bit - sounds useful! Your changes to mt-attrs - do they preserve the ability to associate arbitrary attributes with files still? Joel hi, I've posted some work I started on while on vacation

[Monotone-devel] Re: tid 539 clobbered tid 482

2005-06-20 Thread Peter Simons
I'd love to just let this go, but I can't. monotone: trying 3-way merge monotone: misuse: tid 539 (blast) clobbered tid 482 (blast) http://www.loglibrary.com/show_page/view/106?Multiplier=3600Interval=6StartTime=1117952588 Is there ANY way to fix this problem? Or is there ANY way to fix

[Monotone-devel] Unwanted branch certs

2005-06-20 Thread Peter Simons
Hi, I see some odd behavior when trying sync a database. The server prints these messages during the sync: | monotone: beginning service on localhost : 5253 | monotone: accepted new client connection from 127.0.0.1:54214 | monotone: allowed '[EMAIL PROTECTED]' read permission for

Re: [Monotone-devel] Why not sync to another local db??

2005-06-20 Thread Will Robertson
And here's Clemens' TCL scripts. -- Will Robertson, Systems Administrator Gordian Knot Ltd. #!/bin/env tclsh8.3 # -*- Tcl -*- export-tree.tcl (c) Clemens Hintze 02.02.2004 # # This program is thought to export one revision or a consecutive range of # revisions using the monotone

[Monotone-devel] error when annotating

2005-06-20 Thread Martin Kihlgren
I got the following error when running monotone annotate: ---8-- [0:[EMAIL PROTECTED] ~/monotoneroot/net.angrygoats.viewmtn]$monotone annotate config.py.example monotone: fatal: std::logic_error: annotate.cc:485: invariant 'I(delta_entry_dst(fdelta_iter) == work_unit.node_fid)'

Re: [Monotone-devel] Strange behaviour when syncing

2005-06-20 Thread Julio M. Merino Vidal
On Mon, 2005-06-20 at 22:51 +1000, Robert Leftwich wrote: I've been using monotone for a while on my personal projects without a problem. My setup is that I dual boot my laptop between linux (ubuntu) and xp, both of which run monotone 0.18. A w2000 box also runs monotone 0.18 using the

Re: [Monotone-devel] Unwanted branch certs

2005-06-20 Thread Matt Johnston
On Mon, Jun 20, 2005 at 12:27:17PM +0200, Peter Simons wrote: | monotone: beginning service on localhost : 5253 | monotone: accepted new client connection from 127.0.0.1:54214 | monotone: allowed '[EMAIL PROTECTED]' read permission for 'system\.crypto.*' | monotone: allowed '[EMAIL

[Monotone-devel] Re: Unwanted branch certs

2005-06-20 Thread Peter Simons
Matt Johnston writes: Could you check that your get_netsync_write_permitted(branch,key) hook looks right? You were right -- that was the problem. If that is the problem, I'll look at making the printed output more correct. Alright, thanks a lot! Peter

Re: [Monotone-devel] some rewrites

2005-06-20 Thread Graydon Hoare
On 6/20/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Some good looking changes here. Can you clarify the 'supporting explicit directories' a bit - sounds useful! directories will be stored in manifests, by name. you can store empty directories. there will be an add_directory event, to

[Monotone-devel] Error Message From Monotone

2005-06-20 Thread Gord Lee
Hello: I am playing around with a GUI for the windows version of Monotone. I was testing code for the add and drop functions and everything seemed to be working fine. I added and dropped several files in a test directory. After each operation my application runs the monotone automate inventory

[Monotone-devel] Re: [cdv-devel] Precise cdv-merge algorithm overview

2005-06-20 Thread Antony Trupe
On 6/11/05, Bram Cohen [EMAIL PROTECTED] wrote: Antony Trupe wrote: -Would I be writing a tool to use an existing implementation of the merge algorithm, or writing a tool that itself implements the algorithm?The former, although since cdv-merge is written in Python you'll have to write some C

Re: [Monotone-devel] Re: [cdv-devel] Precise cdv-merge algorithm overview

2005-06-20 Thread Timothy Brownawell
On Mon, 2005-06-20 at 19:31 -0400, Antony Trupe wrote: On 6/11/05, Bram Cohen [EMAIL PROTECTED] wrote: Antony Trupe wrote: -Would I be writing a tool to use an existing implementation of the merge algorithm, or writing a tool that itself implements