[merge] robert, aaron, daniel
Matthieu Moy
Matthieu.Moy at imag.fr
Thu Nov 17 22:34:02 GMT 2005
Robert Collins <robertc at robertcollins.net> writes:
> So do I, except I want to nuke the .bzr level when there is no tree
> present.
I don't think that's a so good idea.
> So with a tree is:
> ROOT/
> .bzr/
> README
> branch/ ...
> checkout/ ...
> repository/ ...
>
> without a tree is:
> ROOT/
> README
> branch/ ...
> repository/ ...
This makes the operation "remove the working tree from this branch"
and "checkout a working directory locally for this branch" more
complex.
Moreover, internally, this means bzr will have to check whether the
branch contains a working tree or not even if it doesn't need to
access it.
--
Matthieu
More information about the bazaar
mailing list