Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

SvnGuide: set-tango-eol-style.sh

File set-tango-eol-style.sh, 203 bytes (added by jcomellas, 2 years ago)

Script to set the svn:eol-style property for the Tango project

Line 
1 #!/bin/sh
2
3 find . -type f ! -name "*.jpg" ! -name "*.png" ! -name "*.gif" ! -name "*.tmp" ! -name "*.a" ! -name "*.lib" ! -name "*.obj" ! -wholename "*.svn*" -exec svn propset svn:eol-style native {} \;