How to perform branching and merging in MATLAB's SVN integration?
6 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2020 年 11 月 5 日
編集済み: MathWorks Support Team
2025 年 1 月 31 日
How to perform branching and merging in MATLAB's SVN integration?
採用された回答
MathWorks Support Team
2025 年 1 月 25 日
編集済み: MathWorks Support Team
2025 年 1 月 31 日
MATLAB's SVN integration does not support branching or merging. You would need to use an external client like TortoiseSVN or the SVN command-line client to perform these operations.
To facilitate the process with MathWorks file types, MathWorks diff and merge tools can be registered with an external SVN client. For detailed instructions on how to customize external source control to use MATLAB for comparison and merge, you can access the release-specific documentation by executing the following command in the MATLAB R2019b command window:
>> web(fullfile(docroot, 'simulink/ug/customize-external-source-control-to-use-matlab-for-comparison-and-merge.html'))
For additional information regarding the current release, please follow the link below:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Source Control についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!