How to check when a person leaves
Whether there are checkout projects in sourcesafe
Although it is always required not to checkout all files at work, but only the files to be modified by checkout, and they should be promptly modified after
Checkin. However, some developers still cannot perform well. Therefore, many checkout files are often left under sourcesafe when a person leaves the company, and the local
Whether a new version has been modified.
Therefore, when leaving the company, you need to check whether there is any content that is still checkout. Use sourcesafe first
Administrator to check the directory in which the user has the checkout permission in sourcesafe, and then use the following for each directory:
<Server>/VSS/Win32/SS Status $/proj-r-u-yuser, password
This command records all checkout files. $/proj indicates starting from a specific proj directory, and-R indicates recursive check of subdirectories. -U
Indicates that only the file of the specified user checkout is displayed. the user and password must be replaced with the information of the resigned employee. You can also check all directories from $/,
The system prompts "you do not have access rights to $/xxxx ".
If any information is displayed, it is required that all files be checkin or undo checkout. It is recommended that you compare the differences between all files before performing the operation.