nice.

Here's the script that I sued to concatenate svn and bzr history for
those who are interested:

#!/bin/sh
echo 4e161aaa908906c0ebaa75582bc7b5e529f2e785
9035c5a039d04f61d696becf12fa6c74cbabe5ae  > .git/info/grafts
git filter-branch -f --tag-name-filter cat -- --all 
rm .git/info/grafts


bzr history was moved to git using git-bzr-ng.
4e161aaa ("add '.bzr' to the ignore lists") is the second commit of bzr
history, after the initial import.

9035c5a03 ("Bump version to 0.4.1 (Escalopino).") is the last commit of
svn history.

grafts are used to redirect local history. git filter branch then
rewrites it with that modification. Note that the rewritten hashes are
stable in a sense that bzr history can be forwarded (using git bzr
pull), and the shared commits between old and new will be identical
after running the concat script.

hope this helps if someone wants to convert their own branches,
Jan

On Sun, 2017-11-12 at 21:01 +0100, Jakub Jermář wrote:
> Hi all,
> 
> from now on please use:
> 
>   https://github.com/HelenOS/helenos
> 
> as the new mainline repository.
> 
> Even though the new repository contains a conversion of the old bzr and
> svn repositories, the old bzr repository should stay around in read-only
> mode at its current location.
> 
> We also plan to maintain a clone of this on helenos.org later.
> 
> Jakub
> 
> _______________________________________________
> HelenOS-devel mailing list
> [email protected]
> http://lists.modry.cz/listinfo/helenos-devel

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to