SVN:如何解决“文件已被替换”地位

发布于 2024-10-24 19:57:44 字数 168 浏览 2 评论 0原文

我正在修改文件、重命名它们并切换它们(我正在测试替代主页)。现在我收到一条状态消息,上面写着“文件已被替换”和一个 R。我不知道该怎么做才能解决这个问题。我正在使用 Coda,但它没有解决这个问题。所以我想这是命令行时间。我关心的版本是我的本地版本,我想覆盖远程版本。我是唯一一个从事这方面工作的人,所以蛮力方法就可以了。

I was modifying files renaming them and switching them around (I was testing alternative homepages). Now I get a status message that says 'File has been replaced' and an R. I'm not sure what to do to solve this. I'm using Coda, and it does not solve it. So i guess it's command line time. The version that I care about is my local version, and I want to overwrite the remote version. i'm the only person working on it so a brute force approach is fine.

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

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

发布评论

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

评论(3

半衬遮猫 2024-10-31 19:57:44
  1. 复制文件并将其放在临时位置
  2. 运行“svn revert”
  3. 现在将其复制回同一位置
  4. 运行“svn st”检查状态
  1. Copy the file and put it in a temp location
  2. Run "svn revert "
  3. Now copy it back to the same location
  4. Run "svn st " to check status
雪若未夕 2024-10-31 19:57:44

我通过简单地提交来修复它。由于某种原因,代码没有自动执行此操作。

i fixed it by simply committing. it for some reason code did not do this automatically.

奈何桥上唱咆哮 2024-10-31 19:57:44

我使用了与 Version Control Buddy 解释的类似过程,通过 Subversive SVN Connector 在 RAD 中纠正此问题(Eclipse 可能类似):

  1. 列表项
  2. 将文件复制到 RAD 外部的临时位置
  3. 恢复文件在 RAD 中使用右键单击 >团队> 在 RAD 之外恢复
  4. ,将保存的内容复制回该位置
  5. 刷新 RAD 中的文件夹,将显示正确的状态。

请注意,我发现如果直接签入显示为“替换”的文件,则不容易查看原始文件的历史记录,因此可能值得执行这些步骤来保留历史记录,尤其是在多用户项目上。

I used a similar procedure to that explained by Version Control Buddy to correct this issue in RAD with Subversive SVN Connector (Eclipse may be similar):

  1. List item
  2. Copy the file(s) to a temp location outside of RAD
  3. Revert the file(s) in RAD using Right-click > Team > Revert
  4. Outside of RAD, copy the saved back to the location
  5. Refresh the folder in RAD, and the correct status will show.

Note that I find if I just directly check in a file that is showing as Replace, the history of the original file is not easily view-able, so it may be worth these steps to preserve the history, especially on a multi-user project.

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