Changeset 217 for trunk/lingosource/castlib1/svn_Utilities.ls
- Timestamp:
- 12/16/08 14:30:57 (3 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/svn_Utilities.ls (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/svn_Utilities.ls
r215 r217 2539 2539 2540 2540 --------------------------------------- 2541 if workingFolder <> themoviepath then2542 2543 mp = themoviepath2541 if workingFolder <> oldmoviepath then 2542 2543 mp = oldmoviepath 2544 2544 mplen = length(mp) 2545 2545 olddelim = the itemdelimiter … … 2605 2605 doReturnToOldMovie = 0 2606 2606 2607 if (onlyUpdate_SVN_WorkingFolder <> 1) or ( themoviepath contains workingFolder) then2607 if (onlyUpdate_SVN_WorkingFolder <> 1) or (oldmoviepath contains workingFolder) then 2608 2608 2609 2609 mDisplayWaitStatusText me, "Temporary switch to new movie in order to replace files" … … 2666 2666 2667 2667 -------- reload the refreshed movie: 2668 if themoviepath contains workingFolder then2668 if oldmoviepath contains workingFolder then 2669 2669 2670 2670 -- go to movie the moviepath & the moviename … … 2741 2741 doReturnToOldMovie = 0 2742 2742 2743 if (onlyUpdate_SVN_WorkingFolder <> 1) or ( themoviepath contains workingFolder) then2743 if (onlyUpdate_SVN_WorkingFolder <> 1) or (oldmoviepath contains workingFolder) then 2744 2744 2745 2745 … … 2776 2776 2777 2777 -------- reload the refreshed movie: 2778 if themoviepath contains workingFolder then2778 if oldmoviepath contains workingFolder then 2779 2779 2780 2780 -- go to movie the moviepath & the moviename … … 2798 2798 put theresult[1] 2799 2799 2800 if doReturnToOldMovie = 1 then go to movie oldmovie 2800 if doReturnToOldMovie = 1 then 2801 -- put RETURN & "go to movie" && oldmovie & RETURN 2802 go to movie oldmovie 2803 end if 2801 2804 2802 2805 if dontShowAlert <> 1 then alert "Done, see the results of the svn operation in the message window."
Note: See TracChangeset
for help on using the changeset viewer.
