windows - git svn complaining about Path is not locked -


i using git-svn (from cygwin) , i've done several git commits on local. i've done git svn rebase , checked out latest changes in svn , merged local git copy.

c:\src\git\myproject>git svn rebase current branch master date.  c:\src\git\myproject>git status # on branch master nothing commit (working directory clean)  c:\src\gitsvn\myproject>git svn dcommit committing 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               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 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 put request '/svn/myproject/!svn/wrk/0c6b9b9e-3155-41d8-aa30-979cc5815cee/trunk/module/src/main/webapp/file_8.html' @ /usr/lib/git-core/git-svn line 922 

any ideas went wrong?

had svn unlock fix this.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -