|
Version Control for MATLAB 6.1
- Save CUSTOMVERCTRL.M to folder
C:\MATLAB6p1\toolbox\matlab\verctrl\.
- In Matlab preferences (File|Preferences...General|Source Control) select
source control system 'custom'.
- Edit line 19 in CUSTOMEVERCTRL.M to point CSRCSW in your computer:
...
% Modify this line to point to CSRCSW
cmdfile = '"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcsw"';
...
- If you want switch between quite/normal mode, edit line 23:
...
% If you want quite mode use '/q', otherwise ' '
isquiet = '/q';
Thanks to Sakari Lukkarinen.
Click here
for his RCS-interface page at MatLab Central.
|