bzr 0.8 release candidate

Martin Pool mbp at sourcefrog.net
Wed Apr 19 08:26:55 BST 2006


On 14 Apr 2006, Erik Bågfors <zindar at gmail.com> wrote:
> One small thing..
> 
> bzr help init-repo gives:
> 
> example:
>     bzr init-repo repo
>     bzr init --format=metadir repo/trunk
>     cd repo/trunk
>     (add files here)
> 
> 
> That example is bad since you shouldn't add files in repo/trunk unless
> you've used --trees.  Also I think metadir should be default, right?
> 
> I would change to
> example:
>     bzr init-repo repo
>     bzr init repo/trunk
>     bzr checkout --lightweight repo/trunk trunk-checkout
>     cd trunk-checkout
>     (add files here)

Thanks, that does seem better.

I've also changed the warning in 'bzr help' so that it just says
'remember to keep backups'.  Perhaps even that is unnecessary but it's
generally good advice.

-- 
Martin




More information about the bazaar mailing list