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

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

added selectionlist to update castlib command

File:
1 edited

Legend:

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

    r188 r189  
    18111811  theResult = mSVN_Commit_CurrentScripts_ScriptText(me, 0, chooseNewPath, commitMsg, 1, void, 2) 
    18121812   
     1813  if theResult = 0 then exit 
     1814   
    18131815  theResult = mSVN_Commit_CurrentMovie_Binaries(me, chooseNewPath, commitMsg, 1) 
    18141816   
     
    18551857   
    18561858  theResult = mSVN_Commit_CurrentScripts_ScriptText(me, castlib(the activecastlib), chooseNewPath, commitMsg, 1, selectionList, 2) 
     1859   
     1860  if theResult = 0 then exit 
    18571861   
    18581862  theResult = mSVN_Commit_SelectedCastlib(me, chooseNewPath, commitMsg, 1, 0, selectionList) 
     
    31273131    alert "Apparently there are no changes to the scripts of the most recent version in the svn repository: svn status is empty" 
    31283132    if statusSwitched = 1 then statusSwitched = mSwitchToStatusMode(me, 0) 
    3129     return 0 
     3133    return 1 
    31303134  end if 
    31313135   
Note: See TracChangeset for help on using the changeset viewer.