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 JonathanEllis:
http://wiki.apache.org/cassandra/HowToContribute

------------------------------------------------------------------------------
     * Main Class: org.apache.cassandra.service.CassandraDaemon
     * VM Parameters: -ea -Xmx1G -Dstorage-config=conf -Dcassandra-foreground
  
+ == Line endings ==
+ 
+ Add this to your subversion configuration (.subversion/config on unix-style 
installs):
+ 
+ [auto-props]
+ *.java = svn:eol-style=native
+ *.properties = svn:eol-style=native
+ *.py= svn:eol-style=native
+ *.sh = svn:eol-style=native;svn:executable
+ *.thrift = svn:eol-style=native
+ *.txt = svn:eol-style=native
+ *.xml = svn:eol-style=native 
+ 
  == Got Git? ==
  
   * Using git to manage patches during reviews: 
http://spyced.blogspot.com/2009/06/patch-oriented-development-made-sane.html

Reply via email to