MATLAB: Am I unable to choose CM Synergy from Telelogic as the source control system on UNIX platforms in MATLAB 7.0 (R14)

cmcontrolMATLABr14selectsourcesynergysystemtelelogicunix

CM Synergy is not in the source control system list when I choose File -> Preferences -> General -> Source Control in the MATLAB desktop. However, MATLAB documentation states that this source control system is supported on UNIX platforms.

Best Answer

This bug has been fixed for Release 14 SP1 (R14SP1). For previous releases, please read below for any possible workarounds:
We have verified that the documentation on the source control interface provided by MATLAB 7.0 (R14) on UNIX platforms is incorrect.
MATLAB 7.0 (R14) does not provide an interface to the CM Synergy source control system.
To work around this problem, you will need to write a custom interface to integrate with the CM Synergy source control system. For more information about writing your own interface, see the function reference page for CUSTOMVERCTRL, by running
DOC CUSTOMVERCTRL
in the MATLAB Command Window.