Is this possible?

James Westby jw+debian at jameswestby.net
Wed May 7 21:42:29 BST 2008


On Wed, 2008-05-07 at 13:24 -0500, John Arbash Meinel wrote:
> Another possible way of doing it is to use:
> 
> bzr fast-export > dump.txt
> filter dump.txt
> bzr fast-import < dump.txt
> 
> I haven't done this myself, but I'm told it should recreate what you want. You
> now have a completely separate project (so merging between them is not possible
> without some pain). It means your secrets are hidden, and a branch of it will
> only have to download the subset of data that actually effects those files.

I've always thought that this is where this functionality should be
implemented. As the stream format is supported by a few tools for other
VCS then there are more people that could collaborate on such a tool.

Thanks,

James




More information about the bazaar mailing list