[Please do not mail me a copy of your followup] boost@lists.boost.org spake the secret code <006101ce585d$9e765100$db62f300$@hetp.u-net.com> thusly:
# Data formats *.dsp = svn:mime-type=text/plain;svn:eol-style=CRLF *.dsw = svn:mime-type=text/plain;svn:eol-style=CRLF [...]
*.vcproj = svn:eol-style=native;svn:mime-type=text/xml *.vsprops = svn:eol-style=native;svn:mime-type=text/xml
These should be eol-style=CRLF as well. VS will just turn them into CRLFs the next time you manipulate them in the IDE anyway, so they should always be CRLF to avoid EOl churn. You also forgot: *.vcxproj = svn:eol-style=CRLF;svn:mime-type=text/xml *.vcxproj.filters = svn:eol-style=CRLF;svn:mime-type=text/xml (Some people don't put the filters under version control; some do.) -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com