Changeset 26521 in vbox
- Timestamp:
- Feb 15, 2010 1:49:44 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/bldprogs/scm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scm.cpp
r26516 r26521 2540 2540 if (fModified) 2541 2541 ScmVerbose(pState, 2, " * Converted EOL markers\n"); 2542 2543 /** @todo also check the subversion svn:eol-style state! */ 2542 2544 return fModified; 2543 2545 } … … 3092 3094 if (RT_SUCCESS(rc)) 3093 3095 { 3096 RTPathChangeToUnixSlashes(szBuf, false /*fForce*/); 3097 3094 3098 PSCMSETTINGS pSettings; 3095 3099 rc = scmSettingsCreateForPath(&pSettings, &pSettingsStack->Base, szBuf);
Note:
See TracChangeset
for help on using the changeset viewer.

