集市拉选文件

发布于 2024-10-17 06:13:50 字数 100 浏览 4 评论 0原文

在 SVN 中我们可以更新选定的文件:

svn up index.php

我们可以在 Bazaar 中做类似的事情吗?

In SVN we can update selected file:

svn up index.php

Can we do something like that in Bazaar?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

不,您不能只更新一个文件。但是您可以合并另一个(或主)分支中的一个文件所需的更改:

bzr merge /path/to/branch/index.php 

No, you can't update just one file. But you can merge required changes for one file from another (or master) branch:

bzr merge /path/to/branch/index.php 
↘人皮目录ツ 2024-10-24 06:13:50

据我所知这是不可能的。 Bazaar 在存储库级别运行。您不能仅签出或更新存储库的目录/文件。它总是整个事情。

但我可能是错的。

As far as I know this is impossible. Bazaar operates at the repository level. You cannot checkout or update only a directory/file of the repository. Its always the whole thing.

But I could be wrong.

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