Changeset 245 for trunk/lingosource/castlib1/svn_Utilities.ls
- Timestamp:
- 03/21/10 11:39:48 (2 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/svn_Utilities.ls (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/svn_Utilities.ls
r244 r245 40 40 on mCompareCurrentScriptToWorkingCopy me, convertLineBreaksToUnix 41 41 42 43 42 if not(the platform contains "mac") then 44 43 … … 104 103 end case 105 104 106 107 105 thePath = mFindWorkingCopyCounterpart(me, memref, ext) 108 106 … … 113 111 114 112 else 115 116 117 113 118 114 tempSrcHFSPath = mGetTempFilePath(me, "temp_SVN_Diff_file1.ls") … … 123 119 tempSrcPath = tempSrcHFSPath 124 120 end if 125 126 121 127 122 ------------------------------------------ trac subversion support works better with unix linebreaks... … … 156 151 end if 157 152 ----------------------------------------- 158 159 153 160 154 theResult = mSaveTextToTempFile(me, st, tempSrcHFSPath) … … 208 202 209 203 if writeBack = 1 then 210 211 204 212 205 if convertLineBreaksToUnix = 1 then … … 434 427 435 428 infolistPath = theFolder & "memberInfo.xml" 429 436 430 infolist = mReadXML_2_List(me, infolistPath) 437 431 … … 450 444 repeat with l = 1 to cnt 451 445 li = infolist[l] 452 -- put "memberName:" && li.getaprop(#memberName)446 453 447 if li.getaprop(#memberName) = memref.name then 454 448 … … 457 451 fpath = theFolder & fname & file_extension 458 452 459 -- put "path:" && fpath460 453 if length(baShortFilename(fpath)) > 0 then return fpath 461 462 -- if baFileExists(fpath) then return fpath463 454 464 455 end if
Note: See TracChangeset
for help on using the changeset viewer.
