User Guide

319
Using Source Control
Getting Latest Version of Files
" Not available in the Visual Studio integrated editor.
You can only use this feature if you’ve added the current installation to your source code
control system (SCCS).
1. Select Source Control menu > Get Latest Version.
The Get Latest Version dialog appears, listing all files in the installation.
2. Mark the checkboxes of the files to get from source control and click OK. You cannot
select a new location to copy files you get; they replace the existing files at the
check in/check out location.
Also see:
Using Source Control on page 315
Adding an Installation to Source Control on page 316
Removing Files from Source Control
" Not available in the Visual Studio integrated editor.
You can only use this feature if you’ve added the current installation to your source code
control system (SCCS).
1. Select Source Control menu > Remove.
The Remove dialog appears, listing all files in the installation.
2. Mark the checkboxes of the files to remove from source control and click OK.
Comments, which are stored as an attribute of the file in the SCCS, are optional.
Also see:
Using Source Control on page 315
Adding an Installation to Source Control on page 316
Undoing the Check Out of Files
" Not available in the Visual Studio integrated editor.
You can only use this feature if you’ve added the current installation to your source code
control system (SCCS).
1. Select Source Control menu > Undo Check Out.
The Undo Check Out dialog appears, listing all files that have been checked out.
Note
When you add a installation to source control, the installation file (.WSI or .MSI) is added
and is also checked out, so it might appear in this dialog even if you previously did not
check it out.
2. Mark the checkboxes of the files for which to undo check out. This backs out your
changes to the file, and checks the file back into source control.
Also see: