2012-06-05 138 views
1

我正在使用git-svn(來自cygwin),並且我在本地做了幾次git提交。我已經完成了git svn rebase,它檢出了SVN中的最新更改,併成功將其與本地git副本合併。git svn抱怨路徑未被鎖定

C:\src\git\MyProject>git svn rebase 
Current branch master is up to date. 

C:\src\git\MyProject>git status 
# On branch master 
nothing to commit (working directory clean) 

C:\src\gitsvn\MyProject>git svn dcommit 
Committing to http://mysvnrepo/svn/MyProject ... 
     M  .gitignore 
     M  trunk/module/src/main/webapp/file_1.html 
     M  trunk/module/src/main/webapp/js/file_2.js 
     A  trunk/module/src/main/webapp/js/file_3.js 
     M  trunk/module/src/main/webapp/js/file_4.js 
     M  trunk/module/src/main/webapp/js/file_5.js 
     M  trunk/module/src/main/webapp/file_6.html 
     M  trunk/module/src/main/webapp/file_7.html 
Path is not locked: No lock on path '/svn/MyProject/!svn/wrk/0c6b9b9e-3155-41d8-aa30-979cc5815cee/trunk/module/src/main/webapp/file_8.html' (Status 423 on PUT Request): Server sent unexpected return value (423 Locked) in response to PUT request for '/svn/MyProject/!svn/wrk/0c6b9b9e-3155-41d8-aa30-979cc5815cee/trunk/module/src/main/webapp/file_8.html' at /usr/lib/git-core/git-svn line 922 

任何想法出了什麼問題?

回答

0

只好做一個svn解鎖來解決這個問題。