[
https://issues.apache.org/jira/browse/ZOOKEEPER-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14062105#comment-14062105
]
Bill Havanki commented on ZOOKEEPER-1966:
-----------------------------------------
Second patch also works. (My first comment was just for the first patch.) Note
that the second patch will get you CRLF line endings on the VS files, although
you may have to do this to force it after the patch is applied and committed:
{noformat}
rm src/c/Cli.vcxproj src/c/Cli.vcxproj.filters src/c/zookeeper-vs2013.sln
src/c/zookeeper.vcxproj src/c/zookeeper.vcxproj.filters
git reset --hard HEAD
{noformat}
> VS and line breaks
> ------------------
>
> Key: ZOOKEEPER-1966
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1966
> Project: ZooKeeper
> Issue Type: Bug
> Components: c client
> Affects Versions: 3.5.0
> Environment: Windows, Visual Studio 2013 Build
> Reporter: Orion Hodson
> Assignee: Orion Hodson
> Fix For: 3.5.0
>
> Attachments: ZOOKEEPER-1966.2.patch
>
>
> The patch attached to https://issues.apache.org/jira/browse/ZOOKEEPER-1953
> has caused problems for git users when committed from SVN.
> The attached patch simply changes the line endings of the offending files
> from CRLF to LF in the hope that when they are committed to SVN, the LF line
> endings end up as the canonical representation in the Apache ZooKeeper git
> repo.
> An interpretation of what's happened here is that svn has stored the CRLF
> line endings and these have been pushed into git by git-svn as described
> here: http://blog.subgit.com/line-endings-handling-in-svn-git-and-subgit/.
> Git clients are then confused as the text files have an unexpected
> representation in the repo.
> Experimentally VS is indifferent to line endings – ran dos2unix on the
> vcxproj and sln files and VS opened and closed the files without modifying
> them. This page seems to advertise the indifference to line endings and
> discusses selecting custom options:
> http://msdn.microsoft.com/en-us/library/dd409797.aspx.
--
This message was sent by Atlassian JIRA
(v6.2#6252)