On May 17, 2015, at 12:12, Bjoern A. Zeeb <b...@freebsd.org> wrote: > >> On 17 May 2015, at 15:46 , Ian Lepore <i...@freebsd.org> wrote: >> >> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote: >>>> On May 16, 2015, at 18:45, Adrian Chadd <adr...@freebsd.org> wrote: >>>> >>>> Did you commit files with DOS newlines in them? :) >>>> >>>> tsk tsk tsk tsk tsk. I think should fix that.. >>> >>> Better yet it should probably be disabled in svn... >>> >> >> Or flagged by some filter as a diff is uploaded to phabricator, since >> the web display obscures whitespace. > > Or rejected by an SVN commit hook?
I can do the initial commit to fix the EOL property on all files under sys/conf. Does this look ok (note: this sets the EOL-type for all checked out files under sys/conf to LR -> \n, not CRLF -> \r\n, per http://svnbook.red-bean.com/en/1.7/svn.advanced.props.file-portability.html )? svn propset -R eol-type LF sys/conf/ sys/*/conf FWIW config(8) should support \r\n or at least be able to go between \r\n and \n IMHO... Thanks!
signature.asc
Description: Message signed with OpenPGP using GPGMail