
Then, click the Report button on the History dialog to bring up the History Report dialog. To generate the report, first bring up the History dialog for the file or project to search (specifying date and user constraints if desired).

However, it is possible to generate a report of all changes to a file or project, open that report in a text editor (such as Word or Notepad), and then perform the search in the text editor application. For example, you can't directly search on the check-in comments of a particular file for a bug number to find the file version where that bug was fixed. When everyone uses VSS properly, beneficial information can be gleaned from the VSS user interface.Microsoft's Visual SourceSafe (VSS) version control utility does not offer a built-in way to search the history of a file or project/folder. If making several modifications, consider clicking the “Keep checked out” box so that you can tailor comments for each modification individually, as they are made. This becomes an important part of your project documentation. When finished modifying the checked out file, you must check it back in so that your teammates can be able to make additional modifications and update version numbers.Įnter a comment describing, in detail, what modifications you have made to the file.

This is an important notice that your team can use in determining what action to take when they need the file while it is presently checked out. To do this, right click on the desired file and select “Check Out”.Įnter a brief comment describing to your teammates what you are intending to change in the file. When you wish to modify one of your project files, you must check it out from the repository. Uncheck the box for “Apply same comment for all” if you want to give each file a different description (recommended). This becomes part of the documentation for your project. Make sure to enter the file(s) description/purpose for each file being added. Click the “Add Files” button on the toolbar and select file(s) to be added to your project. Make sure that the files that you want to add to your project are in your working folder. This is done immediately after selecting a working folder. When accessing a project for the first time, a user should request the latest version of all files in the project. Each user must set up a working folder before (s)he can use VSS. It only makes discipline and coordination easier to live with.” - Loukides & OramĪ working folder is a private directory used by a single user to store local working copies of files.

Microsoft Visual SourceSafe “(VSS) does not eliminate the need for discipline and coordination.
