Track Simulink slx Files

조회 수: 12 (최근 30일)
Wei Yang Shen
Wei Yang Shen 2020년 10월 25일
댓글: Wei Yang Shen 2020년 10월 28일
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