Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Changeset 133 for trunk/lingosource


Ignore:
Timestamp:
02/05/08 16:38:57 (4 years ago)
Author:
alex
Message:

fixed support for tortoiseMerge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/svn_Utilities.ls

    r131 r133  
    138138             
    139139            tmpfolder = baSysFolder("temp") 
    140             tempSrcHFSPath = tmpfolder & "temp_SVN_Diff_file1.ls" 
    141              
     140            tempSrcPath = tmpfolder & "temp_SVN_Diff_file1.ls" 
     141            tempSrcHFSPath = tempSrcPath 
    142142          end if 
    143143           
     
    148148           
    149149           
     150           
     151           
    150152          if isMac then 
     153             
    151154            comm = mConvertHFS2Unix(me, thePath) 
    152              
    153155             
    154156            theResult = mDoShellCmd(me, bbdiffpath & " --ignore-curly-quotes --ignore-spaces --wait --resume " &QUOTE& tempSrcPath &QUOTE&&QUOTE& comm &QUOTE && "2>&1", RETURN, 0, 1) 
     
    253255          else 
    254256             
    255             theResult = mDoShellCmd(me, QUOTE & bbdiffpath & QUOTE && QUOTE & tempSrcPath &QUOTE&&QUOTE& comm, RETURN, 0, 0, 0) 
     257             
     258            theResult = mDoShellCmd(me, QUOTE & bbdiffpath & QUOTE && QUOTE & tempSrcPath &QUOTE&&QUOTE& thePath &QUOTE, RETURN, 0, 0, 0) 
    256259             
    257260            -------- now write the results of the BBEdit diff back into the script members 
Note: See TracChangeset for help on using the changeset viewer.