[ https://issues.apache.org/jira/browse/SOLR-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635467#comment-13635467
]
Uwe Schindler commented on SOLR-4731:
-------------------------------------
I am quite sure this is a newline issue, but it would really be good to get the changes.
The reason for this problem might be different handling of GIT with newlines. zkCli is a windows-only
file, so in SVN it is marked as eol-style:CRLF, the opposite zKcli.sh is marked as eol-style:LF.
Default source files without platform dependentness are marked as eol-style:native. I think
GIT cannot handle that.
> Fresh clone of github lucene-solr repo already has modified files somehow
> -------------------------------------------------------------------------
>
> Key: SOLR-4731
> URL: https://issues.apache.org/jira/browse/SOLR-4731
> Project: Solr
> Issue Type: Bug
> Reporter: Uri Laserson
>
> I forked the lucene-solr repo on github.
> Then
> git clone git@github.com:laserson/lucene-solr.git
> Then `git status` gives me
> $ git status
> # On branch trunk
> # Changes not staged for commit:
> # (use "git add <file>..." to update what will be committed)
> # (use "git checkout -- <file>..." to discard changes in working directory)
> #
> # modified: solr/example/cloud-scripts/zkcli.bat
> #
> no changes added to commit (use "git add" and/or "git commit -a")
> Even though I never touched anything
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|