http://www.blogjava.net/coderdream/archive/2008/05/27/203115.html 转载

 

 

出现这个问题后使用“清理”功能,如果还不行,就直接到上一级目录,再执行“清理”,然后再“更新”。

有时候如果看到某个包里面的文件夹没有SVN的标志,直接用“Ctrl+Delete”手工删除,然后“清理”,最后“更新”或“提交”。 


网络摘抄1:
错误信息
Malformed file    
svn: E:\svn\repository\conf\svnserve.conf:12: Option expected    
原因:

配置文件12行开头有空格

   

错误信息
Attempted to lock an already-locked dir    
svn: Working copy 'E:\integration\com.svn.practise' locked  

原因:

需要用svn cleanup上次关闭时的锁定


网络摘抄2:
在eclipse里提交和更新文件是抱错。 

Attempted to lock an already-locked dir 
svn: Working copy 'F:\workspace\WebFrame\WebRoot\attach\prodrelation' locked 

执行“清除”操作后,问题解决了。 

很多操作,例如中断提交,都会进入这种工作拷贝的锁定状态。