简体   繁体   English

Eclipse Android项目SVN检出:文件夹已锁定

[英]Eclipse Android project SVN checkout: folder locked

Trying to check out my Android project from an SVN repository, I got the following error: 尝试从SVN存储库中签出我的Android项目时,出现以下错误:

0x0000000f: The folder 'E:\\workspace\\mc-01-02\\project.properties' is locked by some external process. 0x0000000f:文件夹“ E:\\ workspace \\ mc-01-02 \\ project.properties”已被某个外部进程锁定。 Please unlock the folder and try to check out the project again. 请解锁文件夹,然后尝试再次签出项目。

project.properties actually is a file, not a folder. project.properties实际上是文件,而不是文件夹。

As a test, I created another project and added the "project.properties" file to svn:ignore. 作为测试,我创建了另一个项目并将“ project.properties”文件添加到svn:ignore。 I got this: 我懂了:

0x0000000f: The folder '/media/D/workspace/andi/.fuse_hidden00002a6900000003' is locked by some external process. 0x0000000f:文件夹“ /media/D/workspace/andi/.fuse_hidden00002a6900000003”被某个外部进程锁定。 Please unlock the folder and try to check out the project again. 请解锁文件夹,然后尝试再次签出项目。

Again, ".fuse_hidden00002a6900000003" is a file, not a folder. 同样,“。fuse_hidden00002a6900000003”是文件,而不是文件夹。 In both cases, the files were created with content and perfectly readable. 在这两种情况下,文件的创建都具有内容且可读性强。

As you might have noticed, I tried this from a Windows Eclipse and a Linux Eclipse. 您可能已经注意到,我从Windows Eclipse和Linux Eclipse进行了尝试。 (I have my workspace on my Windows partition.) Both attempts failed. (我的工作区位于Windows分区上。)两次尝试均失败。 Yet, checking out to a workspace on the Linux partition succeeded. 但是,检出到Linux分区上的工作区成功了。

I'm using Eclipse Galileo with the Subversive plugin. 我正在使用带有Subversive插件的Eclipse Galileo。

This might be a problem with Android tools interfering?!? 这可能是Android工具干扰的问题吗?

Input, anyone? 输入,有人吗?

Select the project Right click on the selected Project Team -> Cleanup 选择项目右键单击选定的项目团队->清理

Then try 然后尝试

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM