Changeset 198 for trunk/lingosource/castlib1/svn_Utilities.ls
- Timestamp:
- 11/21/08 12:15:57 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/svn_Utilities.ls (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/svn_Utilities.ls
r194 r198 2457 2457 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 2458 2458 2459 on mSVN_Update_SelectedCastlib me, chooseNewPath, onlyUpdate_SVN_WorkingFolder, selectionList, dontShowAlert2459 on mSVN_Update_SelectedCastlib me, chooseNewPath, onlyUpdate_SVN_WorkingFolder, selectionList, revisionNumber, dontShowAlert 2460 2460 2461 2461 actCL = the activecastlib … … 2605 2605 mDisplayWaitStatusText me, "SVN update..." -- && newpathUnix 2606 2606 2607 revisionNumber = string(revisionNumber) 2608 if length(revisionNumber) < 1 then revisionNumber = "HEAD" 2609 2607 2610 repeat with castlibPaths in castlibPathList 2608 2611 2609 theresult = mDoShellCmd(me, svnBinary && "update" && QUOTE & castlibPaths[#newpathUnix] & QUOTE, RETURN, 0, 1)2612 theresult = mDoShellCmd(me, svnBinary && "update" && "-r" && revisionNumber && QUOTE & castlibPaths[#newpathUnix] & QUOTE, RETURN, 0, 1) 2610 2613 2611 2614 if count(theresult) < 1 then … … 2669 2672 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 2670 2673 2671 on mSVN_Update_CurrentMovie_Binaries me, chooseNewPath, onlyUpdate_SVN_WorkingFolder, dontShowAlert2674 on mSVN_Update_CurrentMovie_Binaries me, chooseNewPath, onlyUpdate_SVN_WorkingFolder, revisionNumber, dontShowAlert 2672 2675 2673 2676 workingCopies = value(getPref("svn_wCopies_paths_Binary.txt")) … … 2715 2718 mDisplayWaitStatusText me, "SVN update:" && workingFolderUnix 2716 2719 2717 theresult = mDoShellCmd(me, svnBinary && "update" && QUOTE & workingFolderUnix & QUOTE, RETURN, 0, 1) 2720 revisionNumber = string(revisionNumber) 2721 if length(revisionNumber) < 1 then revisionNumber = "HEAD" 2722 theresult = mDoShellCmd(me, svnBinary && "update" && "-r" && revisionNumber && QUOTE & workingFolderUnix & QUOTE, RETURN, 0, 1) 2718 2723 2719 2724 if count(theresult) > 0 then
Note: See TracChangeset
for help on using the changeset viewer.
