Can Visual Studio / VSS be configured to display the name of the user who checked the file?

There should be a way to find out who checked out the file directly in Visual Studio without opening the VSS client and navigating to the file.

Right?

+2


source to share


2 answers


Add SourceSafe Toolbar (Soure Control) to VS. Select the file in the source tree where you want to know who checked it out, and in the toolbar, select the Source Source icon and look at the Output Status tab. :)



+3


source


When you try to check the file and get a dialog box stating that the file has already been checked out, you can open the output dialog box and switch to the source control view, you will see a message with the user id of the user who has the file.



+2


source







All Articles