summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/svneol.py
Commit message (Collapse)AuthorAgeFilesLines
* Conservatively restrict support to format 8 repositories.Martin v. Löwis2008-06-141-34/+36
|
* Support subversion repositories of version 8.Martin v. Löwis2008-06-141-1/+13
|
* Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln.Thomas Heller2006-03-091-1/+1
| | | | | Tools/scripts/svneol.py: added the .sln and .vcproj extensions because these are text files. Ran svneol.py over the source tree.
* Directly read working copy data to obtain list of properties.Martin v. Löwis2006-03-091-8/+34
|
* Taught svneol to look at .c and .h files too, andTim Peters2006-03-091-4/+7
| | | | it found a bunch more in need of svn:eol-style.
* Simple utility to add svn:eol-style to text files underTim Peters2006-03-091-0/+48
SVN control. Like reindent.py, I expect to run this mindlessly from time to time, checking in whatever it happens to do ;-)