[Bitkeeper-users] Porting(pulling) a specific changeset from one repository to another

Larry McVoy lm at bitmover.com
Wed Aug 29 09:26:01 PDT 2007


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


More information about the Bitkeeper-users mailing list