When branching addons and web error: 'no such a file appears'.

Asked by jk

Hello,
I tried to download openerp using bazaar on my CentOs 6.3 server. When I tried : bzr branch lp:openobject-server/7.0 server, it successfully ended with: "Branched 4765 revision(s)" message, but when i try
bzr branch lp:openobject-addons/7.0 addons, or
bzr branch lp:openobject-addons/trunk addons, or
bzr branch lp:openobject-addons,

It ends with error messages like : bzr: ERROR: No such file: 'http://bazaar.launchpad.net/~openerp/openobject-addons/trunk/.bzr/repository/pack-names'
the same goes for web module.
Thanks for your help

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Serpent Consulting Services
Solved:
Last query:
Last reply:
Revision history for this message
Serpent Consulting Services (serpent-consulting-services) said :
#1

JK,

I doubt about the bzr version of yours.

Try again bzr branch lp:openobject-addons/7.0 addons

Thanks.

Revision history for this message
jk (jk01) said :
#2

when i type: bzr help
Bazaar 2.1.1 -- a free distributed version-control tool
http://bazaar-vcs.org/

Which part of bzr you doubt?

I tried bzr branch lp:openobject-addons/7.0 addons many times, but without any luck.

Revision history for this message
Numérigraphe (numerigraphe) said :
#3

If you're using a bzr repository, maybe it's corrupted.
Try "bzr check".
Lionel Sausin.

Revision history for this message
jk (jk01) said :
#4

I am using bzr just to download openerp (so no uploading)

[xxx@srv openerp]# bzr check
No working tree found at specified location.
No branch found at specified location.
No repository found at specified location.

Is this a problem? I don't need to save files to repository.

Revision history for this message
Best Serpent Consulting Services (serpent-consulting-services) said :
#5

JK,

This is totally strange that you cannot download addons from bzr straight and simple way.

In this case, I would recommend you to have addons from here : http://nightly.openerp.com/

Hope this helps.

Thanks,

Revision history for this message
jk (jk01) said :
#6

Thanks Serpent Consulting Services, that solved my question.