Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
7a2bb307
Commit
7a2bb307
authored
10 years ago
by
Xavier Morel
Browse files
Options
Downloads
Patches
Plain Diff
Add some bazaar migration notes
parent
699bae4e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-5
15 additions, 5 deletions
README.md
with
15 additions
and
5 deletions
README.md
+
15
−
5
View file @
7a2bb307
...
...
@@ -3,14 +3,11 @@ About Odoo
Odoo is suite of OpenSource Business apps. More info at http://www.odoo.com
Odoo setup instructions (employees)
===================================
https://github.com/odoo/odoo/blob/master/doc/git.rst
Installation
============
[
Setup/migration guide for employees
](
https://github.com/odoo/odoo/blob/master/doc/git.rst
)
System Requirements
-------------------
...
...
@@ -59,3 +56,16 @@ Setting up your database
Point your browser to http://localhost:8069/ and click "Manage Databases", the
default master password is "admin".
Migration from bazaar
=====================
If you have existing bazaar branches and want to move them to a git repository,
there are several options:
*
download http://nightly.openerp.com/move-branch.zip and run it with
`python move-branch.zip -h`
(for the help). It should be able to convert
simple-enough branches for you (even if they have merge commits &al)
*
Extract the branch contents as patches and use
`git apply`
or
`git am`
to
rebuild a branch from them
*
Replay the branch by hand
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment