Check Files In and Out from MSSCCI Source Control
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...
“Check Files Into Source Control” on page 32-61
“Check Files Out of Source Control” on page 32-62
“Undoing the Checkout” on page 32-63
Before checking files into and out of your source control system from the MATLAB
desktop, be sure to set up your system for use with MATLAB as described in “Set Up
MSSCCI Source Control” on page 32-54.
Check Files Into Source Control
After creating or modifying files using MATLAB software or related products, check the
files into the source control system by performing these steps:
1 In the Current Folder browser, select the files to check in. A file can be open or closed
when you check it in, but it must be saved, that is, it cannot contain unsaved changes.
2 Right-click, and from the context menu, select Source Control > Check In.
3 In the resulting Check in file(s) dialog box, you can add text in the Comments field.
If you want to continue working on the files, select the check box Keep checked out.
Click OK.
Check Files In and Out from MSSCCI Source Control