Craig Hewetson пишет: > This is a major problem for our team. > How do I check the working tree format version?
`bzr info -v` will tell you the format of working tree.
> and how do i "upgrade" it to format 5?
only by upgrading entire branch+tree to --1.14 format: `bzr upgrade --1.14`
Craig Hewetson пишет:
> This is a major problem for our team.
> How do I check the working tree format version?
`bzr info -v` will tell you the format of working tree.
> and how do i "upgrade" it to format 5?
only by upgrading entire branch+tree to --1.14 format:
`bzr upgrade --1.14`