重命名存储库文件夹

发布于 2024-09-08 05:10:15 字数 130 浏览 0 评论 0原文

当我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

皓月长歌 2024-09-15 05:10:15

基于 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.

自我难过 2024-09-15 05:10:15

使用 Bazaar 的重命名选项。

Use Bazaar's rename option.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文