【发布时间】:2013-08-25 15:34:15
【问题描述】:
我已经使用 TortoiseSVN 成功提交到 SVN 存储库,但最近当我尝试对同一文件夹中的文件从 Guide v1.0.docx 到 Guide v1.1.docx 进行简单重命名时,我无法提交,我得到以下信息错误:
Error: Commit failed (details follow):
Error: File 'C:\MyApp\Guide v1.1.docx' is out of date
Error: File 'Guide v1.1.docx' already exists
Error: You have to update your working copy first.
我尝试了以下,但这些都导致了上述错误:
- 对我的工作副本进行 SVN 更新。
- 从我的本地计算机中删除存储库,重新签出,然后重新添加修改后的文件。
- 使用repo浏览器直接删除远程仓库中的文件。
Guide v1.1.docx 不存在于存储库中,所以我不确定它可能在抱怨什么。
【问题讨论】:
标签: svn tortoisesvn commit