Matlab Simulink version control with multiple developers
Posted
by Jon Mills
on Stack Overflow
See other posts from Stack Overflow
or by Jon Mills
Published on 2009-11-24T08:26:29Z
Indexed on
2010/03/13
0:27 UTC
Read the original article
Hit count: 673
We're using Matlab Simulink for model development (and Real-Time Workshop autocoding) within a team of several developers.
We currently use Visual Source Safe (yes, I know its terrible) for version control, using locks to prevent conflicting changes.
We'd like to migrate our programme to a different version control system (svn, hg or git), but we're concerned about performing merges and diffs on Simulink .mdl files.
Does anybody have useful experience in performing merges on Simulink files?
© Stack Overflow or respective owner