Changeset 93 for trunk/lingosource/castlib1/svn_Utilities.ls
- Timestamp:
- 12/09/07 15:55:41 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/svn_Utilities.ls (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/svn_Utilities.ls
r82 r93 138 138 139 139 if count(theResult) > 0 then 140 put "No differences found for member: " & memref.name && "(" & memref & ")" 141 140 if theResult[1] contains "no such file or directory" then 141 put theResult[1] 142 else 143 put "No differences found for member: " & memref.name && "(" & memref & ")" 144 end if 142 145 else 143 146 144 147 -------- now write the results of the BBEdit diff back into the script members 145 scrText = mGetTextFrom TempFile(me, tempSrcHFSPath)148 scrText = mGetTextFromFile(me, tempSrcHFSPath) 146 149 147 150 … … 2963 2966 2964 2967 if chooseNewPath = 1 then 2965 workingFolder = baGetFolder(the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2)2968 workingFolder = mGetFolderPathFromUser(me, the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 2966 2969 end if 2967 2970 … … 2973 2976 alert selectMsg 2974 2977 2975 workingFolder = baGetFolder(the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2)2978 workingFolder = mGetFolderPathFromUser(me, the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 2976 2979 end if 2977 2980
Note: See TracChangeset
for help on using the changeset viewer.
