Track Simulink slx Files

11 次查看(过去 30 天)
Wei Yang Shen
Wei Yang Shen 2020-10-25
Is there a way to track simulink files with Git? From the set up page, it suggested to add slx files to gitattributes as a binary to prevent git from potentially corrupting the file contents. The issue is that now merging is a pain because the gitattributes will not make merge attempts which means I have to go download the changes to a new location and open that simulink file and manually compare and then copy the new simulink file in to resolve the conflicts. Is there another way to do this?

回答(2 个)

Fangjun Jiang
Fangjun Jiang 2020-10-26
Simulink .slx file IS binary format so you really don't have a choice. Previous .mdl file is textual but it is not wise to rely on any textual diff tool to do the diff and merge.
Use the built-in Simulink diff capability to track changes and do the merge, although its performance is somethat not ideal.
  1 个评论
Wei Yang Shen
Wei Yang Shen 2020-10-27
So basically if I want to rebase to squash or rename etc, I have to do it via Simulink itself instead of via terminal?

请先登录,再进行评论。


Steven Lord
Steven Lord 2020-10-27
This documentation page includes instructions on how to configure source control tools to use tools provided by MathWorks to diff, merge, and automerge MathWorks file formats. It specifically shows the workflow for Git and SVN.
  1 个评论
Wei Yang Shen
Wei Yang Shen 2020-10-28
But how would this work for making a PR to a remote such as one on github. If someone approves of my PR, the gitattributes will ignore pulling in the changes from the slx file?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Naming Conventions 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by