Installation guide
9 Source Control Interface
Check Files Out of Source Control
From M ATLAB, to che ck out the files you want to mo dify, perform these steps:
1 In the Current Directory b row ser, select the files to check out.
2 Right-click, and from the context menu, select Source Control > Check
Out.
3 The resulting Check out file(s) dialog box lists files you selected to check
out. Enter comment text in the Comments field, which appears if your
source control system supports comments on checkout. Click OK.
After checking out a file, make changes to it in MATLAB or another product,
and save the file. For example, edit an M-file in the Editor/Debugger.
If you try to change a file without first having checked it out, the file is
read-only, as seen in the title bar, and you will not be able to save any changes.
This protects you from accidentally overwriting the source control version of
the file.
If you end the MATLAB session, the file rem ains checked out. You can check
in the file from within MATLAB during a later session, or directly from your
source control system.
9-12