1 function [urlTypeMarkerStr,urlStr,branchName,revisionStr]=
getrepoparams(repoDir)
4 callerPath=mfilename(
'fullpath');
5 if isempty(callerPath)%command line
8 repoDir=fileparts(callerPath);
16 urlTypeMarkerStr=
'svnURL';
21 urlTypeMarkerStr=
'gitURL';
25 'Files with code should be under either SVN or Git');
31 urlTypeMarkerStr=
'unknownURL';
42 revisionStr=
'unversioned';
function throwerror(in msgTag, in varargin)
THROWERROR works similarly to built-in ERROR function in case when there is no output arguments but s...
function getrepoparams(in repoDir)
GETREPOPARAMS returns generic parameters of SCM repository (currently only git and subversion reposit...