Subversion Plugin for Matlab for Windows

I am looking for a plugin for Matlab to integrate with subversion. Ideally, the Ankh equivalent for Visual Studio would put the icons in the Matlab directory browser, indicating the status of the file. Does something like this exist? The only solution I have found so far is this , which does not work on Windows.

+3
source share
3 answers

I do not know such a plugin. However, if you need to check something, the files in your path have changed, and look at the differences between the files without leaving Matlab and starting Explorer with TortoiseSVN, I can offer this graphical interface that I wrote.

+1
source

Here's a simple MATLAB script to access the TortoiseSVN API on Windows http://www.mathworks.co.uk/matlabcentral/fileexchange/24307-tortoise-svn-wrapper

+2
source

Source: https://habr.com/ru/post/1774358/


All Articles