MATLAB.devTools
MATLAB.devTools copied to clipboard
confDevTools
Change function confDevTools(repoName, varargin) so that it returns some more useful output.
% check if the remoteRepoURL exists before proceeding [status_curl, result_curl] = system(['curl -s -k --head ', tmpRemoteRepoURL]); if ~(status_curl == 0 && ~isempty(strfind(result_curl, '200 OK'))) status_curl result_curl error([' [', mfilename, '] The URL (' remoteRepoURL ') is not reachable or does not exist.']); end