This question has been flagged
1 Reply
4555 Views

In windows Bazaar Launchpad how to add system source code.?

Launchpad login and ssh key registered.

In the cmd, cd addons

C:\Program Files (x86)\OpenERP 6.1-20130206-002341\Server\server\openerp\addons>

bzr push lp:~user-name/+junk/BRANCHNAME

No new revisions to push.

In the Launchpad Branch --> Browse the code --> Source code not available.

How to push local source code(c:\program Files...\addons) to bzr?

Avatar
Discard

Is your repertory an actual bazaar branch? How did you downloads addons. What if you do bzr stats and bzr info? You might want to try with something smaller than addons for your first tests :)

Best Answer

Hello,

If you want to add a source in Launchpad, first go to your branch path:

bzr pull
bzr commit
bzr push <your launchpad path>

Thanks,

Serpent Consulting Services.

Avatar
Discard