How do I know that a file has been Checked Out by some other user?
Answer Posted / sonakshi
From Visual Basic, select the file in the project window for which you want to know the status, then click on Tools->SourceSafe->SourceSafe Properties->Check Out Status tab. You will get the following information: Which users have the file checked out, Check Out Date and time, Computer name that the file was Checked Out to and the Visual SourceSafe project that contains this file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What about other product integrations?
Does VSS OLE Automation support pinning?
Is there an API for VSS? Where can I get it?
Is there some way to automate email notification when of VSS changes?
Are there any patches available for problems that occur when using VSS on a Novell share?
Which is the best product for source controlling compare to vss for version controlling?
How can I disable the integration between VSS and Visual Studio?
Does VSS OLE Automation support administrative functions?
I checked in modified code into vSS . Now I have another working area and which has older version. Now I wanted to findout the difference between VSS and older version in another working area which is not the VSS area. Now the question is after getting difference between the VSS and another working area. There will be some files difference. How do I take only difference files recursively into some other area.
How to require check-in comments?
How do I reconnect a Visual C++ project after I have branched or shared it to a new location?
How can I backup a database?
How to Undo a Checkout?
What are Package Files?
Where can I find some information on Branching/Sharing?