Re: [Monotone-devel] How to deal with shared sub-projects.

2007-08-29 Thread Nathaniel Smith
On Mon, Aug 27, 2007 at 07:55:24AM -0700, Jack Cummings wrote: > I like the idea of nested checkouts, is there a general way to make it work > with shared sub-projects? Certainly doable, just not done. Some sort of module support seems like clearly the right thing to do -- merge_into_dir seems to

[Monotone-devel] How to deal with shared sub-projects.

2007-08-27 Thread Jack Cummings
Greetings, I'm attempting to work out a workflow for a project that has been partitioned into hierarchical sub-projects: project a uses sub-project b project a uses sub-project c sub-project b uses sub-project d sub-project c uses sub-project d My first plan was to use merge_in