tags:

views:

31

answers:

1

Hi all,

I want to import code from Launchpad.net. How can I do it?

Is that using SVN? Can I use SVN to keep updated with the code changes?

Thank you so much, Robert

FYI: this is the code I want to import https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons

+4  A: 

Looks like it's bazaar only. The command it gives is: bzr branch lp:openobject-addons/extra-trunk

More info here: Using Bazaar with Launchpad

Brendan Long