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

Ignore:
Timestamp:
03/21/10 11:39:48 (2 years ago)
Author:
alex
Message:

cleanup

File:
1 edited

Legend:

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

    r244 r245  
    4040on mCompareCurrentScriptToWorkingCopy me, convertLineBreaksToUnix 
    4141   
    42    
    4342  if not(the platform contains "mac") then 
    4443     
     
    104103        end case 
    105104         
    106          
    107105        thePath = mFindWorkingCopyCounterpart(me, memref, ext) 
    108106         
     
    113111           
    114112        else 
    115            
    116            
    117113           
    118114          tempSrcHFSPath = mGetTempFilePath(me, "temp_SVN_Diff_file1.ls") 
     
    123119            tempSrcPath = tempSrcHFSPath 
    124120          end if 
    125            
    126121           
    127122          ------------------------------------------ trac subversion support works better with unix linebreaks... 
     
    156151          end if 
    157152          ----------------------------------------- 
    158            
    159153           
    160154          theResult = mSaveTextToTempFile(me, st, tempSrcHFSPath) 
     
    208202             
    209203            if writeBack = 1 then 
    210                
    211204               
    212205              if convertLineBreaksToUnix = 1 then 
     
    434427     
    435428    infolistPath = theFolder & "memberInfo.xml" 
     429     
    436430    infolist = mReadXML_2_List(me, infolistPath) 
    437431     
     
    450444  repeat with l = 1 to cnt 
    451445    li = infolist[l] 
    452     --    put "memberName:" && li.getaprop(#memberName) 
     446     
    453447    if li.getaprop(#memberName) = memref.name then 
    454448       
     
    457451      fpath = theFolder & fname & file_extension 
    458452       
    459       --      put "path:" && fpath  
    460453      if length(baShortFilename(fpath)) > 0 then return fpath 
    461        
    462       -- if baFileExists(fpath) then return fpath 
    463454       
    464455    end if 
Note: See TracChangeset for help on using the changeset viewer.