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: Daniel Carosone
Subject: Re: [Monotone-devel] Re: How do I merge 2 unrelated branches into 1 ?
Date: Thu, 5 Oct 2006 16:43:42 +1000
User-agent: Mutt/1.5.13 (2006-08-11)

On Wed, Oct 04, 2006 at 11:26:40PM -0700, Dmitry Kakurin wrote:
> Why is it complaining ? Is it because of CS dir name collision ? Can I
> tell mtn what I want to happen ?

yes, and also the "" (root) dir name collision.

I suggest something roughly like the following:

mtn co -b org.foo.proj1
mtn co -b org.foo.proj2
cd org.foo.proj2
mtn mv -e CS/proj2 proj2
mtn drop CS
mtn commit
mtn merge_into_dir org.foo.proj2 org.foo.proj1 CS/proj2
cd ../org.foo.proj1
mtn up

At that point, you might want to start new commits from there on as a
new more general branch name.

If this works for you, please let us know - and perhaps write up more
detailed notes on the process as a wiki page?

--
Dan.

Attachment: pgpbs7UPG8ZPl.pgp
Description: PGP signature


reply via email to

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