Comment 9 for bug 197429

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 197429] Re: bzr gui tools are too slow with old/large repositories

On Tue, 2008-03-04 at 16:58 +0000, Martin Pool wrote:
> The workflow we suggest is eg
>
> bzr init ~/mysql
> bzr branch http://......./ ~/mysql/trunk
> cd ~/mysql
> bzr branch trunk my-feature
>
> Then the storage is shared and branch should be much faster.

I believe the first line should read

  bzr init-repo ~/mysql

Thanks,

James