Comment 2 for bug 292553

Revision history for this message
Alexander Belchenko (bialix) wrote :

Ronald, you can workaround this issue by providing explicit format for the branch inside repo:

C:\tmp\repo$ bzr init-repo --1.6 .
Shared repository with trees (format: 1.6)

C:\tmp\repo$ bzr init trunk --1.6
Repository tree (format: 1.6)

Bzr should works better though.