当前位置: 代码迷 >> CVS/SVN >> bug:svn- Working copy not locked; this
  详细解决方案

bug:svn- Working copy not locked; this

热度:6493   发布时间:2013-02-26 00:00:00.0
bug:svn-- Working copy not locked; this

Working copy not locked; this is probably a bug, please report

svn: Unable to lock 'F:\talentbase\tb_wand\src\java\com\neusoft\talentbase\staffing'

?

使用MyEclipse进行Java开发,用SVN进行版本控制。代码修改完后执行Commit,然后Update,提示如下类似的错误:?
org.tigris subversion javahl.ClientException: Working copy not locked;this is probably a bug,please report?
svn:Working copy 'D:/temp/workspace/BOBO365/WebRoot/WEB-INF/classes/com' is missing or not locked

?

解决办法:

?打开Eclipse中的 Project->Properties->Java Build Path 菜单,在右侧面板中的"Source"选项卡,在Excluded中加入"**/.svn/**"。
也就是把.svn文件夹从编译路径中排除,这样就不会出现上面的问题了打开Eclipse中的 Project->Properties->Java Build Path 菜单,在右侧面板中的"Source"选项卡,在Excluded中加入"**/.svn/**"。
也就是把.svn文件夹从编译路径中排除,这样就不会出现上面的问题了

  相关解决方案