[RFC] info output light vs heavy checkouts .
Olaf Conradi
olaf at conradi.org
Thu Jun 15 21:06:27 BST 2006
On Fri, Jun 16, 2006 at 01:50:08AM +1000, Robert Collins wrote:
> A light checkout of a branch in a repository looks like this:
>
> light checkout root: foo
> shared repository: bar
> repository branch: gam
>
>
> with a normal checkout of the same branch, it looks like this:
> checkout root: foo
> checkout of branch: bar/gam
>
>
> I'm not clear why these dont look more similar - the heavyweight one
> could look like:
> checkout root: foo
> shared repository: bar
> repository branch: gam
>
>
> This would make some code simpler, and IMO is more understandable.
>
> Thoughts?
+1, when I made it the bzr init-repo did not have a --trees switch.
I added some support for that later on, but did not catch all cases
apparently.
-Olaf
More information about the bazaar
mailing list