Re: [Monotone-devel] Monotone-viz and repository structure.

2010-02-22 Thread Thomas Moschny
Hi Hendrik, Am Sun, 21 Feb 2010 15:57:57 -0500 schrieb hend...@topoi.pooq.com: On Sun, Feb 21, 2010 at 03:35:42PM -0500, hend...@topoi.pooq.com wrote: I have my own copy of the monotone repository. At least I think I do. It seems to sync properly when I pull. But I' trying to obtain

Re: [Monotone-devel] [ANN] guitone-1.0rc1 released

2010-02-22 Thread Thomas Keller
On 2010-02-15 15:06, I wrote: I'll try and prepare a Windows binary in the next couple of days, but probably won't get to that before Wednesday, so if you want to help out, drop me a note. A binary for Mac OS X should be come shortly as well. Both, the Mac and the Win32 binaries, are now

Re: [Monotone-devel] Monotone-viz and repository structure.

2010-02-22 Thread hendrik
On Mon, Feb 22, 2010 at 11:06:13AM +0100, Thomas Moschny wrote: Hi Hendrik, Am Sun, 21 Feb 2010 15:57:57 -0500 schrieb hend...@topoi.pooq.com: On Sun, Feb 21, 2010 at 03:35:42PM -0500, hend...@topoi.pooq.com wrote: I have my own copy of the monotone repository. At least I think I

[Monotone-devel] How to split a project

2010-02-22 Thread hendrik
Let's say I have some code checked in along some branch. Over the year it has evolved so that it has become two separate programs, that don't share any code any more, and make sense to develop independently. Evidently, it makes sense to make two branches, one for each program. The obvious way

Re: [Monotone-devel] [ANN] guitone-1.0rc1 released

2010-02-22 Thread Howard Spindel
I tried the Windows binary, and I get a message that says: This application has failed to start because libgccc_s_dw2-1.dll was not found. Something missing from the build? Howard At 05:37 AM 2/22/2010, Thomas Keller wrote: On 2010-02-15 15:06, I wrote: I'll try and prepare a Windows binary

Re: [Monotone-devel] [ANN] guitone-1.0rc1 released

2010-02-22 Thread Thomas Keller
Am 22.02.10 23:09, schrieb Howard Spindel: I tried the Windows binary, and I get a message that says: This application has failed to start because libgccc_s_dw2-1.dll was not found. Something missing from the build? Hrm... apparently, thanks for the pointer. Last time I did a win32

Re: [Monotone-devel] How to split a project

2010-02-22 Thread Judson Lester
There's the more immediate case, even, of discovering that part of one project is really a module that should be shareable - you'd like to pull it out into its own branch, delete files on both sides, and then merge_into_dir the module's branch. Alas, since they share a common parent, this is

Re: [Monotone-devel] How to split a project

2010-02-22 Thread J Decker
The other method is to make a quick commit with --branch=program1 branch pivot_root program1's new root directory old_root - will put all files in the root into old_root and make the program directories current. You can then use mtn drop to drop old_root. this is bad, in that you cannot