SVN完全用本地文件覆盖远程文件
我在 Eclipse (Subclipse) 中使用 SVN。花费两个小时来弄清楚(显然是简单的任务)如何将本地文件绝对提交到存储库(没有比较,没有更新,不接受任何传入的更改),但仍然没有成功,这是令人沮丧的。 stackoverflowers 可以帮我吗?
谢谢
编辑
每次我尝试提交时,它都会首先要求我更新。当我更新时,它会自动合并双方不冲突的更改,这是我不想要的。是否有办法在不合并双方更改的情况下进行更新和提交?
I am using SVN in Eclipse (Subclipse). It is frustrating to spend two hours to figure out (apparently simple task) how to absolutely commit your local files to repository (with no comparisons, no updates, without accepting any incoming change), and still no success. Can stackoverflowers help me out here?
Thanks
EDIT
Every time I try to commit, it first asks me to update. When I update, it automatically merges non-conflicting changes from both sides, that I do not want. Is there anyway to update and commit without merging changes from both sides?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要执行以下操作:
You need to do the following:
我是这样做的:
Here's how I did it: