Showing posts with label bzr. Show all posts
Showing posts with label bzr. Show all posts

Friday, October 29, 2010

Bzr - TITLT

From time to time I hit the  "Could not acquire lock".

So if you believe there is no modification happening : bzr break-lock

bzrlib.errors.LockContention: Could not acquire lock "LockDir(file:///home/chanon/OPENERP/openerp-TRUNK/addons-extra/.bzr/branch/lock)":
chanon@bovvmubu:~/OPENERP/openerp-TRUNK$ bzr break-lock /home/chanon/OPENERP/openerp-TRUNK/addons-extra/.bzr/branch/lock
Break lock file:///home/chanon/OPENERP/openerp-TRUNK/addons-extra/.bzr/branch/lock
held by chanon@bob-ubu on host bob-ubu [process #19218]

At the root of the trouble, I am using a common partition between my real Ubuntu and another one on Vmare.

Btw good page on bzr : http://lucasmanual.com/mywiki/Bazaar

Thursday, January 28, 2010

Getting Open ERP latest stable code

Simple and easy:

Create a directory. System must have Python and Bazaar...

bzr branch lp:openerp

then bzr_set.py 

You will then get: client, server, web, addons, addons-extra and even the addons-community stuff !

Easy, official, enjoy !