SVN完全用本地文件覆盖远程文件

发布于 2024-09-06 06:31:58 字数 258 浏览 7 评论 0原文

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

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

发布评论

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

评论(2

謌踐踏愛綪 2024-09-13 06:31:59

您需要执行以下操作:

  1. 将工作副本导出到另一个目录(SVN 有一个导出命令)
  2. 更新工作副本
  3. 将导出的文件复制到其上。

You need to do the following:

  1. Export a your working copy to another directory (SVN has an export command for that)
  2. Update your working copy
  3. Copy the exported files over it.
奶茶白久 2024-09-13 06:31:58

我是这样做的:

  1. 将工作副本导出到另一个目录。
  2. SVN->删除当前工作副本。
  3. SVN->提交当前工作副本。
  4. 将导出的文件复制回工作目录。
  5. SVN->添加复制的文件。
  6. SVN->提交复制的文件。

Here's how I did it:

  1. Exported working copy to another directory.
  2. SVN->Delete the current working copy.
  3. SVN->Commit current working copy.
  4. Copied the exported files back into the working directory.
  5. SVN->Add copied files.
  6. SVN->Commit copied files.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文