We are using SVN server 1.4 (I think) with the clients being either the command line client or TortoiseSVN.
How to determine who locked a file using SVN
svntortoisesvn
Related Question
- Git – How to migrate an SVN repository with history to a new Git repository
- How to ignore a directory with SVN
- Working copy XXX locked and cleanup failed in SVN
- Remove file from SVN repository without deleting local copy
- How to change users in TortoiseSVN
- Git – How to have ‘git log’ show filenames like ‘svn log -v’
- How to use TortoiseSVN via command line
- How to delete all unversioned/ignored files/folders in the working copy
Best Solution
Use
svn status --show-updates
to discover locks on files. In the following example, Sally discovers there is a lock on raisin.jpg.Once you know the lock, you can use
svn -info
to discover who set the lock. Notice "Lock Owner" below: