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

Ignore:
Timestamp:
01/12/09 12:40:40 (3 years ago)
Author:
alex
Message:

first fix of commit bug on windows

File:
1 edited

Legend:

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

    r221 r225  
    519519  if length(theFolder) < 1 then exit 
    520520   
     521  if the last char of theFolder <> the last char of the moviepath then put the last char of the moviepath after theFolder 
     522   
    521523  if ilk(selectionOnly) = #castlib then 
    522524    firstCastNum = selectionOnly.number 
     
    16331635     
    16341636    theresult = [] 
     1637    if the platform contains "mac" then pdelim = "/" 
     1638    else pdelim = the last char of the moviepath 
    16351639    repeat with num in castlibList 
    16361640       
    1637       if the platform contains "mac" then thePath = workingFolder & "castlib" & num & "/" 
    1638       else thePath = workingFolder & "castlib" & num & the last char of the moviepath 
     1641      thePath = workingFolder & pdelim & "castlib" & num & pdelim 
    16391642       
    16401643      ret = mDoShellCmd(me, svnBinary && "update" && "-r" && revisionNumber && QUOTE & thePath & QUOTE, RETURN, 0, 1) 
Note: See TracChangeset for help on using the changeset viewer.