Tim Peters wrote: >>Should 'sln' and 'vcproj' be added to the extensions list? I think these are >>text-files too. Although PCBuild\pcbuild.sln has a binary mime-type property, >>so the script would not change that. > > > I don't know whether they're text files in the SVN eol-style "native" > sense.
Last I tried, VS 2003 would tolerate \n line endings in vcproj files (these being plain XML files). I don't remember whether it would tolerate them in .sln files (as these are *not* XML files); this is why the .sln file is set to binary. Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com