Bzr to git migration
Posted
by
Sardathrion
on Programmers
See other posts from Programmers
or by Sardathrion
Published on 2012-11-28T08:25:31Z
Indexed on
2012/11/28
11:17 UTC
Read the original article
Hit count: 271
I am planning to do two things on several large (several gigs) and old (several years) repositories:
- Move from bzr to git without losing the commit history.
- Restructure all the repositories either using bzr or git. This will involve moving files/directories from one repository to another with its change history.
Doing both at once would be foolish (I think!) but I am not sure which one should be done first. Any suggestions?
Anything I should watch out for when migrating/restructuring?
© Programmers or respective owner