A branch from a sub-directory?
Ian Clatworthy
ian.clatworthy at internode.on.net
Mon Feb 16 16:02:41 GMT 2009
Teemu Likonen wrote:
> On 2009-02-16 09:18 (+0100), Gioele wrote:
>
>> Teemu Likonen wrote:
>> That is exactly what I need.
>
> It seems Ian Clatworthy may be implementing the feature to "bzr
> fast-import". If you want to do it immediately you can convert the
> branch to Git, do the "git filter-branch" thing and convert the
> resulting branch back to Bzr. More detailed steps:
If you can wait another day or two, I'll have some code for you to
try out. I got the basic filtering working today via a new command
called fast-import-filter. The primary remaining issue is that
commit objects in the stream now refer to parents that no longer
exist in the stream so I need to patch those references to parents
that do exist there. Once that's going (hopefully tomorrow), I'll
release something for early adopters to test.
In case you're curious, I'm attaching the help for the new command.
I think it will rock! One particularly cool thing is that it will
work for any *-fast-export & *-fast-import combination - it's not
tied to one tool like git-filter-branch is.
Time for sleep now,
Ian C.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fast-import-filter-help.txt
Url: https://lists.ubuntu.com/archives/bazaar/attachments/20090217/9be4e40f/attachment.txt
More information about the bazaar
mailing list