Figuring out who locked files in subversion
When you do "svn info" to get information of a file, you would only get information about the local copy. Unfortunately the local copy would not have any information about locks on the file. To get information about who locked a file, you need to put in another parameter. svn info -r HEAD [filename]

0 comments:
Post a Comment