Eclipse Android 项目 SVN 签出:文件夹已锁定
尝试从 SVN 存储库查看我的 Android 项目时,出现以下错误:
0x0000000f:文件夹“E:\workspace\mc-01-02\project.properties”被某些外部进程锁定。请解锁文件夹并尝试再次签出该项目。
project.properties 实际上是一个文件,而不是文件夹。
作为测试,我创建了另一个项目并将“project.properties”文件添加到 svn:ignore。我得到这个:
0x0000000f:文件夹“/media/D/workspace/andi/.fuse_hidden00002a6900000003”被某些外部进程锁定。请解锁该文件夹并尝试再次签出该项目。
同样,“.fuse_hidden00002a6900000003”是一个文件,而不是文件夹。在这两种情况下,创建的文件都包含内容并且完全可读。
您可能已经注意到,我在 Windows Eclipse 和 Linux Eclipse 中尝试了此操作。 (我的工作区位于 Windows 分区上。)两次尝试都失败了。然而,检出 Linux 分区上的工作区却成功了。
我正在使用带有 Subversive 插件的 Eclipse Galileo。
这可能是 Android 工具干扰的问题?!?
输入,有人吗?
Trying to check out my Android project from an SVN repository, I got the following error:
0x0000000f: The folder 'E:\workspace\mc-01-02\project.properties' is locked by some external process. Please unlock the folder and try to check out the project again.
project.properties actually is a file, not a folder.
As a test, I created another project and added the "project.properties" file to svn:ignore. I got this:
0x0000000f: The folder '/media/D/workspace/andi/.fuse_hidden00002a6900000003' is locked by some external process. Please unlock the folder and try to check out the project again.
Again, ".fuse_hidden00002a6900000003" is a file, not a folder. 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. (I have my workspace on my Windows partition.) Both attempts failed. Yet, checking out to a workspace on the Linux partition succeeded.
I'm using Eclipse Galileo with the Subversive plugin.
This might be a problem with Android tools interfering?!?
Input, anyone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
选择项目
右键单击所选项目
团队->清理
然后尝试
Select the project
Right click on the selected Project
Team -> Cleanup
Then try