Additional MSSCCI Source Control Actions
NoteMSSCCI support has been removed. Replace this functionality with one of the
following options.
- Use a source control system that is part of the MathWorks “Source Control
Integration” with the Current Folder browser. - Use the Source Control Software Development Kit to create a plug-in for your source
control. - Use the MATLAB system function to access the command-line API for your source
control tool. This option does not provide integration with the MATLAB Current Folder
browser menus or source control status column.
In this section...
“Getting the Latest Version of Files for Viewing or Compiling” on page 32-64
“Removing Files from the Source Control System” on page 32-65
“Showing File History” on page 32-66
“Comparing the Working Copy of a File to the Latest Version in Source Control” on page
32-67
“Viewing Source Control Properties of a File” on page 32-69
“Starting the Source Control System” on page 32-69
Getting the Latest Version of Files for Viewing or Compiling
You can get the latest version of a file from the source control system for viewing or
running. Getting a file differs from checking it out. When you get a file, it is write
protected so you cannot edit it, but when you check out a file, you can edit it.
To get the latest version, follow these steps:
1 In the MATLAB Current Folder browser, select the folders or files that you want to
get. If you select files, you cannot select folders too.
2 Right-click, and from the context menu, select Source Control > Get Latest
Version.
32 Source Control Interface