TortoiseSVN is showing you a diff in metadata properties on the two files, not in the file content itself. Right click on a file in Windows Explorer and choose "TortoiseSVN > Properties" (near the bottom of the submenu) to see what properties a given file has in svn. (Or do an "svn proplist filename" in a command prompt...)
Hi,I'm no expert at the intricacies of SVN, so maybe I'm just doingsomething really stupid, but here it goes: I'm using TortoiseSVNfor Windows. If I do a merge of some CMakeLists.txt from trunk tobranches/release (say,/branches/release/libs/accumulators/CMakeLists.txt ), after themerge TortoiseSVN indicates CMakeLists.txt has been updated(little bang symbol overlayed on the file icon on Windowsexplorer); however, if I initiate a commit and ask TortoiseSVNto show me the differences between my local copy ofCMakeLists.txt and the one at the repository, the diff tool showsno difference at all, even when the file is listed on the listof files that have been changed!A final detail I guess might shed some light for experts:when I double click for diffs as explained below, TortoiseSVNdoes not only open a windows for CMakeLists.txt whosing thatthere are no diffs, it also opens a separate diff window with thestrange captions for the remote and local panes:svn:keywords : Working Basesvn:keywords : Working Copyand here there *are* differences: Working Base is empty,and Working Copy has the following single line:Idbut I cannot figure out where this spurious additional"svn:keywords" file is located and why a diff windowfor it is opened if I double clicked on CMakeLists.txt.I've tried this with other CMakeLists.txt files and cmake-relatedfiles to the same effect.If more info is needed please ask away.Thank you,Joaquín M López MuñozTelefónica, Investigación y Desarrollo
_______________________________________________
Boost-cmake mailing list
Boost-cmake@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-cmake