Ignore:
Timestamp:
Nov 19, 2011, 7:39:22 PM (13 years ago)
Author:
sommeria
Message:

civ.m: gestion of subdirectory and pair display for civ2 improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r287 r289  
    143143if status==0
    144144    [~,result]=system('svn info');
    145     t=regexp(result,'vision\s:\s(?<rev>\d+)','names');
     145    t=regexp(result,'R.vision\s:\s(?<rev>\d+)','names');
    146146    svn_info.cur_rev=num2str(t.rev);
    147147    [~,result]=system('svn info -r ''HEAD''');
    148     t=regexp(result,'vision\s:\s(?<rev>\d+)','names');
     148    t=regexp(result,'R.vision\s:\s(?<rev>\d+)','names');
    149149    svn_info.rep_rev=num2str(t.rev);
    150150    [~,result]=system('svn status');   
Note: See TracChangeset for help on using the changeset viewer.