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

Ignore:
Timestamp:
12/09/07 15:55:41 (4 years ago)
Author:
alex
Message:

various fixes in beta

File:
1 edited

Legend:

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

    r82 r93  
    138138           
    139139          if count(theResult) > 0 then 
    140             put "No differences found for member: " & memref.name && "(" & memref & ")" 
    141              
     140            if theResult[1] contains "no such file or directory" then 
     141              put theResult[1] 
     142            else 
     143              put "No differences found for member: " & memref.name && "(" & memref & ")" 
     144            end if 
    142145          else 
    143146             
    144147            -------- now write the results of the BBEdit diff back into the script members 
    145             scrText = mGetTextFromTempFile(me, tempSrcHFSPath) 
     148            scrText = mGetTextFromFile(me, tempSrcHFSPath) 
    146149             
    147150             
     
    29632966   
    29642967  if chooseNewPath = 1 then 
    2965     workingFolder = baGetFolder(the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 
     2968    workingFolder = mGetFolderPathFromUser(me, the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 
    29662969  end if 
    29672970   
     
    29732976    alert selectMsg 
    29742977     
    2975     workingFolder = baGetFolder(the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 
     2978    workingFolder = mGetFolderPathFromUser(me, the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 
    29762979  end if 
    29772980   
Note: See TracChangeset for help on using the changeset viewer.