[ https://issues.apache.org/jira/browse/GEODE-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742363#comment-15742363 ]
ASF subversion and git services commented on GEODE-2098: -------------------------------------------------------- Commit 03c79a68b0eaf3926053f5cb34c0f2c96829bb05 in geode's branch refs/heads/develop from [~karensmolermiller] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=03c79a6 ] GEODE-2098 Document that gfsh history is in .geode dir > gfsh history should be stored in ~/.geode > ----------------------------------------- > > Key: GEODE-2098 > URL: https://issues.apache.org/jira/browse/GEODE-2098 > Project: Geode > Issue Type: Improvement > Components: docs, gfsh > Reporter: Anthony Baker > Assignee: Karen Smoler Miller > Fix For: 1.1.0 > > > Currently gfsh stores history in the ~/.gemfire directory. We should change > that to be ~/.geode. > {code} > private static String getHomeGemFireDirectory() { > String userHome = System.getProperty("user.home"); > String homeDirPath = userHome + "/.gemfire"; > File alternateDir = new File(homeDirPath); > if (!alternateDir.exists()) { > if (!alternateDir.mkdirs()) { > homeDirPath = "."; > } > } > return homeDirPath; > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)