Changeset 1033 for trunk/src/check_files.m
- Timestamp:
- Apr 30, 2018, 8:01:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/check_files.m
r1027 r1033 163 163 svn_info.rep_rev=0;svn_info.cur_rev=0; 164 164 [tild,result]=system(['svn info ' dir_fct]); %get info fromn the svn server 165 t=regexp(result,'R.vision\s*:\s*(?<rev>\d+)','names');%detect 'r ï¿œvision' or 'Revision' in the text165 t=regexp(result,'R.vision\s*:\s*(?<rev>\d+)','names');%detect 'revision' or 'Revision' in the text 166 166 if ~isempty(t) 167 167 svn_info.cur_rev=str2double(t.rev); %version nbre of the current package
Note: See TracChangeset
for help on using the changeset viewer.