BTW, setting the lock property of multiple files is rather difficult in Tortoise, well, not difficult, just laborious as it only allows you to do it one at a time. You can do it to a whole load by using a Linux machine, install SVN on it ("sudo apt-get install svn" for Ubuntu/Mint/Debian based distros) then you can use the command line:
$ svn propset svn:needs-lock 1 *.asp
The above sets it for all asp files, use a different spec for that, remember to commit your changes after though using the "svn commit" command.
Just a quick update, Tortoise 1.7 supports setting the needs-lock property on multiple files now so this is actually less laborious now
ReplyDelete