This function is a very simple wrapper to run TortoiseSVN. Since Windows Matlab doesn't support SVN directly, this is a way to control svn from within Matlab. It is NOT intended to replace Matlab's versioning control.
I also created 3 wrappers for the 3 most commonly functions I use: checkout, commit & add. It is very trivial to create new wrappers for yourself.
Example:
svn checkout [TortoiseSVN Dialog]
edit newfile.m [M-File Editor]
svn add newfile.m
svn commit [TortoiseSVN Dialog]
引用
Jed F. (2025). Tortoise SVN Wrapper (https://www.mathworks.com/matlabcentral/fileexchange/24307-tortoise-svn-wrapper), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
プラットフォームの互換性
Windows macOS Linuxカテゴリ
タグ
謝辞
ヒントを与えたファイル: TortoiseGit Wrapper, tortoise svn toolbar integration
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 |