bzr checkout doesn't seem to use the shared repository data

Matthieu Moy Matthieu.Moy at imag.fr
Fri Apr 6 08:22:16 BST 2007


John Arbash Meinel <john at arbash-meinel.com> writes:

> Matthieu Moy wrote:
>> $ bzr init-repo repo
>> $ cd repo/
>> 
>> # just to get the revisions in the repo
>> $ mkdir tmp
>> $ cd tmp/
>> $ bzr branch /local/copy/
>> $ cd ../
>> 
>> $ bzr checkout http://project.sourceforge.net/location/

[...]

> A repository is only used for branches contained inside of it. It sounds
> like you are asking /tmp/foo to use ~/repo for data.

You mis-read me. I did "mkdir tmp" not "mkdir /tmp". I'm doing a
checkout (light checkout indeed, I forgot the --lightweight in my
strawman) inside the repository.

-- 
Matthieu



More information about the bazaar mailing list