Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Conservatively restrict support to format 8 repositories. | Martin v. Löwis | 2008-06-14 | 1 | -34/+36 |
| | |||||
* | Support subversion repositories of version 8. | Martin v. Löwis | 2008-06-14 | 1 | -1/+13 |
| | |||||
* | Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. | Thomas Heller | 2006-03-09 | 1 | -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öwis | 2006-03-09 | 1 | -8/+34 |
| | |||||
* | Taught svneol to look at .c and .h files too, and | Tim Peters | 2006-03-09 | 1 | -4/+7 |
| | | | | it found a bunch more in need of svn:eol-style. | ||||
* | Simple utility to add svn:eol-style to text files under | Tim Peters | 2006-03-09 | 1 | -0/+48 |
SVN control. Like reindent.py, I expect to run this mindlessly from time to time, checking in whatever it happens to do ;-) |