Problem with bzr

Asked by fernandogarciahansen

To set up an openerp server I need to use bzr to download some modules from launchpad repositories. When I use a command like " bzr branch lp:~credativ/openobject-addons/extra-6.1 " it seems that it is downloading but the folder is empty.

Is it because I have not enough memory (now 1 gigabit)

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Steve Kowalik
Solved:
Last query:
Last reply:
Revision history for this message
Best Steve Kowalik (stevenk) said :
#1

The directory isn't empty, bzr populates a '.bzr' directory, which is hidden unless you use the -a flag for ls. If the branch is very large, I would suggest more than 1GiB of memory.

Revision history for this message
fernandogarciahansen (fernandogarciahansen-gmail) said :
#2

Thanks Steve Kowalik, that solved my question.