如何在Bazaar中将轻量级结账更改为重量级结账?

时间:2014-07-28 08:25:35

标签: version-control bazaar

This问题讨论了将重量级B​​azaar结账更改为轻量级结账。我该如何反过来 - 将轻量级Bazaar结账更改为重量级结账?

1 个答案:

答案 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