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
Using the VSS OLE Automation support in ASP pages?
Is there a way to automatically increment/synchronize my project build number and my VSS label/version?
How to Add Related Documents to Version Control?
How to Create a New Shared CaseComplete Project?
VSS performance is extremely slow?
How do I remove a label?
How to Check Out for Updating?
How can I access VSS from a remote site over the Internet directly of via a web portal?
Does VSS OLE Automation support pinning?
How do I reconnect a project after the shared workspace file loses the project location?
How can I tell which files in the database correspond to files in my project?
Is there a way to enable easily switching between multiple source code providers?
Does VSS 6.0 support NT’s built-in security?
How can I lock and unlock the VSS database prior to running Analyze or backing up the database?
I want to prepare a patch installation for my company. I need all the files which have been modified since Jan 09. I have taken the history of project in VSS, for date range 01Jan09 to today. Now whats the procedure of getting all those files to my local directory, which is being used for a patch install preparation. Thanks.