Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
提交文件时,出现此错误。为什么会出现此错误以及如何解决此问题?
您可以尝试还原 register.html 文件,然后对其进行更新并重试提交。在还原之前备份 register.html 文件。
原因可能是缺少该特定文件的 svn 信息。SVN 将每个文件的一些必需信息存储到存储库中每个项目的隐藏 .svn 文件中。因此,当 svn 无法获取所需的元信息时,它会返回错误。在您的情况下 FILE NOT FOUND 错误。
当您还原它时,它会还原所有必需的信息。