batch file - MATLAB function to get svn repo rev# -
i want query subversion repository revision # within matlab program (.m file), can include in output file i'm generating. need able programmatically, no gui tools require point , click retrieve info.
i'm thinking i'll create batch file this
@echo off svn info --show-item revision [url]
and call batch file matlab program system
command.
are there other ways accomplish task? how compare idea?
there gui can download mathworks:
http://www.mathworks.com/matlabcentral/fileexchange/23508-subversion-gui
but honestly, said - write system call native svn.
Comments
Post a Comment