svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm

Garrett Cooper yaneurabeya at gmail.com
Mon May 18 10:15:59 UTC 2015


On May 17, 2015, at 12:12, Bjoern A. Zeeb <bz at FreeBSD.org> wrote:

> 
>> On 17 May 2015, at 15:46 , Ian Lepore <ian at freebsd.org> wrote:
>> 
>> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote:
>>>> On May 16, 2015, at 18:45, Adrian Chadd <adrian at 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!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20150518/84c71478/attachment.sig>


More information about the svn-src-head mailing list