How do I use version control software with Simulink (e.g. Subversion)?

1 view (last 30 days)
I would like to use version control software with Simulink (e.g. Subversion), and I would like to know if it is necessary to use the SCCI interface provided by MATLAB.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 10 Apr 2023
Edited: MathWorks Support Team on 13 Apr 2023
Since Simulink works file-based you can use SubVersion also without the SCCI interface.
Models and other necessary files can be provided for version control by simply checking in the appropriate files. For SubVersion there is a common free tool TortoiseSVN
To ensure that all necessary files are checked in for version control you could use the Simulink Model Dependency Analysis:
To see if an already opened model is chosen see the Model File Change Notification in Simulink:

More Answers (0)

Categories

Find more on Source Control Integration in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!