集市拉选文件
在 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,您不能只更新一个文件。但是您可以合并另一个(或主)分支中的一个文件所需的更改:
No, you can't update just one file. But you can merge required changes for one file from another (or master) branch:
据我所知这是不可能的。 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.