This问题讨论了将重量级Bazaar结账更改为轻量级结账。我该如何反过来 - 将轻量级Bazaar结账更改为重量级结账?
答案 0 :(得分:2)
使用bzr reconfigure --checkout
命令,例如:
$ bzr info
Lightweight checkout (format: pack-0.92)
Location:
light checkout root: .
checkout root: /path/to/workdir
checkout of branch: /path/to/repo
$ bzr reconfigure --checkout
$ bzr info
Checkout (format: unnamed)
Location:
checkout root: .
checkout of branch: /path/to/repo