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

Changeset 192


Ignore:
Timestamp:
09/30/08 14:13:56 (4 years ago)
Author:
alex
Message:

fixed bug in previous version+

Location:
trunk/lingosource/castlib1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/subversion_version_field.txt

    r189 r192  
    1 r191 
     1r192 
  • trunk/lingosource/castlib1/svn_Utilities.ls

    r189 r192  
    26062606   
    26072607  repeat with castlibPaths in castlibPathList 
     2608     
    26082609    theresult = mDoShellCmd(me, svnBinary && "update" && QUOTE & castlibPaths[#newpathUnix] & QUOTE, RETURN, 0, 1) 
    2609     if count(theresult) > 0 then 
     2610     
     2611    if count(theresult) < 1 then 
    26102612      if doReturnToOldMovie = 1 then go to movie oldmovie 
    26112613      if dontShowAlert <> 1 then alert "svn application did not respond, something seems to have failed. :-(" 
Note: See TracChangeset for help on using the changeset viewer.