Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The following page has been changed by EricEvans: http://wiki.apache.org/cassandra/HowToContribute The comment on the change is: updated for new auto-props (see CASSANDRA-429) ------------------------------------------------------------------------------ * Main Class: org.apache.cassandra.service.CassandraDaemon * VM Parameters: -ea -Xmx1G -Dstorage-config=conf -Dcassandra-foreground - == Line endings == + == Subversion Configuration == - Add this to your subversion configuration (.subversion/config on unix-style installs): + Add this to your subversion configuration (~/.subversion/config on unix-style installs) so that newly added files have the correct auto-properties once committed: {{{ [auto-props] @@ -55, +55 @@ *.thrift = svn:eol-style=native *.txt = svn:eol-style=native *.xml = svn:eol-style=native + *.jar = svn:mime-type=application/octet-stream + *.bat = svn:eol-style=CRLF }}} ''Note: for this to work you must enable auto-props by setting'' `enable-auto-props = yes` ''in .subversion/config.''
