monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Re: How do I merge 2 unrelated branches into 1 ?


From: Nathaniel Smith
Subject: Re: [Monotone-devel] Re: How do I merge 2 unrelated branches into 1 ?
Date: Fri, 6 Oct 2006 18:25:23 -0700
User-agent: Mutt/1.5.13 (2006-08-11)

On Fri, Oct 06, 2006 at 08:51:04AM -0700, Dmitry Kakurin wrote:
> I also wonder why keeping track of dirs is necessary. Perforce (for
> example) gets away with only keeping track of files and creates dirs
> on demand.

The most visible reason is, because it allows us to support directory
renaming, with full merge support.

If I do:
  $ mtn rename foo/ bar/
and you, simultaneously, do:
  $ mtn add foo/your-new-file
then we merge the two changes, the merger will know to put
your-new-file into bar/, not foo/.

-- Nathaniel

-- 
Electrons find their paths in subtle ways.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]