You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2009/08/21 16:38:10 UTC

[Cassandra Wiki] Update of "HowToContribute" by EricEvans

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:
put subversion properties in a code block

------------------------------------------------------------------------------
  
  Add this to your subversion configuration (.subversion/config on unix-style installs):
  
+ {{{
  [auto-props]
  *.java = svn:eol-style=native
  *.properties = svn:eol-style=native
@@ -53, +54 @@

  *.sh = svn:eol-style=native;svn:executable
  *.thrift = svn:eol-style=native
  *.txt = svn:eol-style=native
- *.xml = svn:eol-style=native 
+ *.xml = svn:eol-style=native
+ }}}
  
  == Got Git? ==