我的 Eclipse Subversion 存储库有问题。显然,我正在开展一个项目,我们的团队在该项目中最新添加的内容正在上传到存储库。我从我们的存储库中导入了一个名为“Test”的文件夹,后来又删除了它……现在我在导入同一个文件夹时遇到了问题。尝试导入时出现以下错误:
“SVN 导入”遇到问题。
org.apache.subverison.javahl.ClientException: The process cannot access the file because another process has locked a portion of the file. svn: Can't read file 'C:\Users\Submersed\workspace\.metadata\.lock': The process cannot access the file because another process has locked a portion of the file. org.apache.subversion.javahl.ClientException: The process cannot access the file because another process has locked a portion of the file. svn: Can't read file 'C:\Users\Submersed\workspace\.metadata\.lock': The process cannot access the file because another process has locked a portion of the file.
我已经尝试删除该.metadata\.lock
文件,并尝试完全重新安装 eclipse 和 subversion。我已经能够将数据导入到外部驱动器,但是不能将其存储在本地驱动器上很麻烦。
如果有人知道问题可能是什么,请告诉我。
谢谢!