[Python-Dev] [Python-checkins] r42929 - python/trunk/Tools/scripts/svneol.py
"Martin v. Löwis"
martin at v.loewis.de
Thu Mar 9 23:57:42 CET 2006
More information about the Python-Dev mailing list
Thu Mar 9 23:57:42 CET 2006
- Previous message: [Python-Dev] [Python-checkins] r42929 - python/trunk/Tools/scripts/svneol.py
- Next message: [Python-Dev] [Python-checkins] r42929 - python/trunk/Tools/scripts/svneol.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] [Python-checkins] r42929 - python/trunk/Tools/scripts/svneol.py
- Next message: [Python-Dev] [Python-checkins] r42929 - python/trunk/Tools/scripts/svneol.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list