[ https://issues.apache.org/jira/browse/GEODE-6090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16699358#comment-16699358 ]
ASF subversion and git services commented on GEODE-6090: -------------------------------------------------------- Commit 184dd3c81b9f23cfef6552b33b083ceaa4c90896 in geode's branch refs/heads/develop from Jacob Barrett [ https://gitbox.apache.org/repos/asf?p=geode.git;h=184dd3c ] GEODE-6090: Reverting changes, causes new clones to get modified files. Revert "GEODE-6073: All files have lf endings (#2873)" This reverts commit be99d7be0dd92159fc69856b8d26a046c3989e37. > Issue while checking out rel/v1.6.0 version > ------------------------------------------- > > Key: GEODE-6090 > URL: https://issues.apache.org/jira/browse/GEODE-6090 > Project: Geode > Issue Type: Bug > Components: build > Reporter: Snehal Rajmane > Priority: Major > > facing issue while checking out rel/v1.6.0 version. I have tried to clone > geode using below commands , > Os : Linux_X_86-Ubuntu16.04 > Apache Geode version : 1.6.0 > > {code:java} > git clone https://github.com/apache/incubator-geode.git > cd incubator-geode/ > git checkout rel/v1.6.0 > error: Your local changes to the following files would be overwritten by > checkout: > > geode-experimental-driver/src/integrationTest/resources/org/apache/geode/experimental/driver/bogusserver.keystore > gradlew.bat > Please, commit your changes or stash them before you can switch branches. > Aborting > {code} > > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)