0

我第一次面临这个问题。当我尝试提交我的项目时。我面临如下问题

  svn: Working copy '/Users/administrator/Documents/Checkout/Mar 26 6.23 pm/XXX.xcodeproj' locked
    svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

我的项目已锁定。会是什么问题?尝试在互联网上注意工作。如何删除锁定状态?

如果我尝试使用干净的 SVN,它会显示如下错误

$svn cleanup
svn: E155036: Please see the 'svn upgrade' command
svn: E155036: Working copy '/Users/administrator/Documents/Checkout/Mar 26 6.23 pm' is too old (format 10, created by Subversion 1.6)
4

1 回答 1

1

sometimes when svn found the files inn working copy are not intended for committing to svn tool will lock such files and user have to release the lock before committing it.

于 2014-04-14T19:47:11.263 回答