无法在 SVN 中提交文件

Unable to commit files in SVN

我有 1.8.4 版的 Tortoise SVN,在 eclipse 中我还有 subclipse 1.8.22 的 Eclipse Neon 颠覆 JavaHL 本机库 1.7.10 svn 工具包客户端适配器 1.7.9.2 当我尝试将文件提交到 SVN 时,我遇到了以下问题 error.Please help!!

org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded svn: Working copy 'D:\Checkout EIRCODE_BULKUPLOAD\eircodeBulkOperation\src\main\java\com\techm\servcreation\eircodeBulkOperation\dto' is too old (format 10, created by Subversion 1.6)

org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded svn: Working copy 'D:\Checkout\file path' is too old (format 10, created by Subversion 1.6)

正如消息所说。您必须通过命令行客户端升级工作副本。

svn upgrade [Working Path] 

http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.upgrade.html