Comment 11 for bug 434034

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 434034] Re: "'dict' object has no attribute 'encode'" error on commit

Tymek пишет:
> We are using the heavyweight checkouts if I understand things correctly.
>
> server: bzr repo-init repo --no-trees
> server: bzr init repo/trunk
> client: branch trunk branch1(well we did it through bzr explorer so I guess bzr qbranch)
> client: checkout branch1

If you created checkout via explorer then you got lightweight checkout, because explorer trying to
create light checkouts and call heavyweight checkouts as bound branches.