[
https://issues.apache.org/jira/browse/ZOOKEEPER-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14061528#comment-14061528
]
Hongchao Deng commented on ZOOKEEPER-1953:
------------------------------------------
It's caused by inconsistency of line ending between windows (CRLF) and
linux/unix (LF).
Basically, rules in "${PROJECT}/.gitattributes" will be enforced by git but not
svn. If a file with CRLF but gitattributes say that it should be LF, git will
transform it to LF automatically. It looks like the commit introduces changes
that doesn't follow the rules..
> Add solution and project files to enable build with current Visual Studio
> editions (VS 2012/2013) - 32-bit and 64-bit.
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: ZOOKEEPER-1953
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1953
> Project: ZooKeeper
> Issue Type: Improvement
> Components: c client
> Affects Versions: 3.5.0
> Reporter: Patrick Hunt
> Assignee: Orion Hodson
> Fix For: 3.5.0
>
> Attachments: ZOOKEEPER-1953-1.patch, ZOOKEEPER-1953.patch
>
>
> Add solution and project files to enable build with current Visual Studio
> editions (VS 2012/2013) - 32-bit and 64-bit.
--
This message was sent by Atlassian JIRA
(v6.2#6252)