如何将本地文件替换为 SVN 存储库中的版本?
使用 TortoiseSVN 右键单击上下文菜单,如何将特定的本地文件替换为 SVN 存储库中当前的版本?
Using the TortoiseSVN right-click contextual menu, how do I replace a specific local file with the version currently on the SVN repository?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它被修改,您可以执行
Revert
(然后使用Update
)。您还可以选择更新到修订版
并指定HEAD修订版
或选择您想要的特定修订版。或者您可以执行Update
来更新到最新版本。If it is modified you can do
Revert
( and follow it up withUpdate
). You can also chooseUpdate To Revision
and specifyHEAD revision
or choose the specific revision you want. Or you can just doUpdate
to update to the latest version.