Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to get lock in svn

Tags:

svn

locking

I am a learner of SVN. Now I want to lock a file. I have set the property as svn:needs-lock, then I commited the file. After that I chose "SVN Get lock". But the problem is that it always says Not Implemented!Lock Failed. I am so confused!

like image 976
Tao Huang Avatar asked Oct 07 '22 08:10

Tao Huang


1 Answers

Google Code does not provide svn lock functionality: See Issue 1349, opened in 2008, so don't expect this feature anytime soon.

like image 128
Turbo J Avatar answered Oct 10 '22 04:10

Turbo J