Re: Porting(pulling) a specific changeset from one repository to another

[email protected] (Larry McVoy) Wed, 29 Aug 2007 09:26:01 -0700
Newsgroups gmane.comp.version-control.bitkeeper.user
Message-ID <[email protected]>
You want cherry picking and you do that, for now, like so

	cd repo1
	bk changes -vvr$REV | (cd ../repo2 && bk patch -p1 -g1)

you can import the comments with a

	bk comments -p -C$REV > /tmp/comments
	cd ../repo2
	bk -cr ci -yxxx
	bk commit -yxxx
	bk comments -r+	-Y/tmp/comments

-- 
---
Larry McVoy                lm at bitmover.com           http://www.bitkeeper.com