Le 18/02/2015 19:18, Peter Uhnák a écrit :
Hi,
we would like to switch our project over to git, however is it possible
to preserve the history? I.e. to convert mcz (or wherever monticello
stores it) to git commits, or do I have to start from scratch?
Hi Peter,
if you use a Gofer script to move from Monticello to Git via
GitFileTree, such as the script proposed by Yuriy, it will recreates a
commit for each mcz, from oldest to newest.
Git will not keep the merge information contained in the mcz if you did
any, but that history will still be stored in the metadata for each
package in the git repository, and you can recover it, if needs be.
If you do the copy over a filetree repository, you will loose all
versions except the last one.
Regards,
Thierry