How to commit an excel file to tortoiseSVN repository using MATLAB.
4 ビュー (過去 30 日間)
古いコメントを表示
Is it possible to commit an excel file to TortoiseSVN repository using Matlab code. I would like to commit changes made in the excel file to SVNrepository and then compare the latest revision with previous revision.
0 件のコメント
回答 (1 件)
Mohan Feng
2018 年 12 月 10 日
MATLAB does not directly provide any interface to tortoiseSVN. But we provide many interfaces that may help you achieve this, including COM interface, external interface to other languages (C, C++, Java, ...) and system call. You could refer to the following documentation for more information.
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!