重命名存储库文件夹
当我在 Nautilus 中重命名存储库文件夹时,Bazaar 无法再打开它。在所有命令中,有一个重命名命令,但这不是我想要的。 Bazaar号称重命名最好,那么在其他VCS中,是不是一切都不可重命名呢?这是怎么回事?如何重命名我的存储库文件夹?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
基于 https://answers.launchpad.net/bzr-explorer/ 的更多信息+question/116976 您有共置工作区并且想要重命名它。由于共置工作空间使用轻量级签出技巧,而后者使用绝对路径指向共置工作空间内的真实分支,因此您必须在重命名共置工作空间后执行
bzr colo-fixup
命令。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.使用 Bazaar 的重命名选项。
Use Bazaar's rename option.