How to commit an excel file to tortoiseSVN repository using MATLAB.
1 次查看(过去 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!