Changeset 225 for trunk/lingosource/castlib1/svn_Utilities.ls
- Timestamp:
- 01/12/09 12:40:40 (3 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/svn_Utilities.ls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/svn_Utilities.ls
r221 r225 519 519 if length(theFolder) < 1 then exit 520 520 521 if the last char of theFolder <> the last char of the moviepath then put the last char of the moviepath after theFolder 522 521 523 if ilk(selectionOnly) = #castlib then 522 524 firstCastNum = selectionOnly.number … … 1633 1635 1634 1636 theresult = [] 1637 if the platform contains "mac" then pdelim = "/" 1638 else pdelim = the last char of the moviepath 1635 1639 repeat with num in castlibList 1636 1640 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 1639 1642 1640 1643 ret = mDoShellCmd(me, svnBinary && "update" && "-r" && revisionNumber && QUOTE & thePath & QUOTE, RETURN, 0, 1)
Note: See TracChangeset
for help on using the changeset viewer.
