When starting to work on a file that is not contextually mergeable (usually a binary file), it is better to verify if someone else is not already working on that file. You can do this in the Working Copy view by selecting one or more resources, then right clicking on them and choosing the Scan for Locks action from the context menu.
The Locked items dialog contains a table with all the resources that were found locked on the repository. For each resource there are specified: resource path, state of the lock, owner of the lock, lock comment, creation and expiration date for the lock (if any).
The state of the lock can be one of:
- shown when:
- displayed after you have
locked a file from the current working copy.
- a file already locked from your working copy
is no longer locked in the repository (it was unlocked by another user).
- a file already locked
from your working copy is being locked by another user. Now the owner of the file lock is
the user who stole the lock from you.You can unlock a resource by selecting it and pressing the Unlock button.