On Thu, 9 Mar 2006 10:15:04 +0100 "Klemens Friedl" frik85@gmail.com wrote:
Okay, i tried it out on "winver" and i want to add some notes to the instructions:
- Right click on the file / directory you want to unlock, navigate to
tortoiseSVN and select 'check for modifications'
click on the "check repository" button
Select the file(s) you want to unlock, right click and select 'break
the lock'. SVN will automatically contact the repo and unlock the files.
- Remove the svn:needs-lock property from the files (right-click ->
"Properties" -> "Subversion" tab -> select the entry and click "remove").
- And finally, "commit" the audited files to ensure they are no
longer checked out as read only.
Some further notes:
I needed to upgrade to a 1.3 client since my previous one didn't support the lock command.
You need to own the lock first before removing the needs-lock property. do this like 'svn lock --force foo.c'