When I rename my repository folder in Nautilus, Bazaar can't open it any longer. In All Commands, there is a renames command, but it's not what I want. Bazaar claims to have the best renaming, so in the other VCSs, is everything unrenameable? What's going on? How do I rename my repository folder?
Asked
Active
Viewed 638 times
0
-
Is it your question? https://answers.launchpad.net/bzr-explorer/+question/116976 – bialix Jul 08 '10 at 04:51
2 Answers
0
Use Bazaar's rename option.

mcandre
- 22,868
- 20
- 88
- 147
-
I got a "bzr: ERROR: iloved bg is not in the same branch as ilovedbzrgit" for "bzr mv ilovedbzrgit 'iloved bg'". – Delirium tremens Jul 07 '10 at 15:29
-
I got a "bzr: ERROR: Could not rename ilovedbzrgit => ilovedbg: ilovedbzrgit is not versioned." for "bzr mv ilovedbzrgit ilovedb". – Delirium tremens Jul 07 '10 at 15:30
0
Based on more info from https://answers.launchpad.net/bzr-explorer/+question/116976 you have colocated workspace and you want to rename it. Because colocated workspace uses trick with lightweight checkouts and the latter using absolute path to point on the real branch inside colocated workspace, you have to execute bzr colo-fixup
command after rename of colocated workspace.

bialix
- 20,053
- 8
- 46
- 63