Foreign Branches
James Blackwell
jblack at merconline.com
Tue Oct 25 08:14:28 BST 2005
On Tue, Oct 18, 2005 at 02:11:40AM +0200, Jelmer Vernooij wrote:
> The past few days I've been looking at implementing support for
> foreign branches (http://bazaar.canonical.com/BzrForeignBranches), in
> particular with Subversion in mind.
What sort of plans do you have? Eventually something like?:
bzr branch http://somesite.com/mysvncode/here upstream
[ wait a week ]
cd upstream
bzr pull
Or even more?:
cd ..
bzr branch upstream anotherstream
cd anotherstream
bzr merge http://somesite.com/mysvncode/here
If so, that's be frigging AWESOME.. though a bit... large (I imagine this
eventually turns into a dozen half-reimplimentations of various RCSs into bzr
format).. I guess you're planning on using plugins of some sort?
More information about the bazaar
mailing list