Skip to Content

Odoo : Migrate your Launchpad repository to GIT

Author
SerpentCS
July 2014 - 1 min read
Share
Blog Feature Image

Odoo Lovers, You might have worked on Launchpad(using bazaar) a lot for your projects, but Odoo has decided to host all the code repo to a better VCS called GIT. This is a post compiled from the community emails and to put all collected information on one webpage. With the help of following steps, you should be able to migrate your bzr repo to git. Take care of the GIT transition guidelines. --------

A. Check the readme.md of https://github.com/CubicERP/odoo  

B.

1) Install bzr-fastimport

$ sudo apt-get install bzr-fastimport

2) Move into your bazzar branch local directory

3) Initialice your local branch directory with git

$ git init

4) Run the next command to migrate your bzr to git

$ bzr fast-export --git-branch=master . | git fast-import

5) Check your logs on git

$ git log

6) Push your new git branch to github or other

$ git push https://...

C. http://www.fusonic.net/en/blog/2013/03/26/migrating-from-bazaar-to-git/ 

D. Using Scripting Way 1

E. Using Scripting Way 2

F. OpenERP Official Way  

G. The Akretion Solution.  

H.Script from OCA Maintainers  

Thanks to everyone who has been actively contributing to these ways! Odoo Community Rocks!    

Table of Contents
Click to Add Image

End-to-End Odoo Services

From implementation and customization to migration, integrations, support, and training we help you maximize the value of Odoo.

Get Started
Search

Book Free Demo

Get real-time responses. Talk with our Industry Experts.

Professional Author

Author
SerpentCS

Created by the SerpentCS Editorial Team, delivering trusted insights on Odoo, ERPNext, Zoho, SAP, custom
software development, and enterprise technology to help businesses grow smarter.

Ready to Take the Next Step?

Whether you're planning a new ERP implementation, migrating from legacy software,
or optimizing your existing system, our experts are here to help.