Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "HowToContribute" page has been changed by DaveBrosius: http://wiki.apache.org/cassandra/HowToContribute?action=diff&rev1=45&rev2=46 Comment: remove svn references * Include `-Dhttp.proxyHost=myproxy -Dhttp.proxyPort=3128` in the `ANT_OPTS` environment variable. See the ant wiki [http://wiki.apache.org/ant/TheElementsOfAntStyle] for more information about `ANT_OPTS`. * Specify these values on the command line: `ant clean build -Dhttp.proxyHost=myproxy -Dhttp.proxyPort=3128` - == Subversion Configuration == - 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] - *.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 - *.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.'' - == Got Git? == * Using git to manage patches during reviews: http://spyced.blogspot.com/2009/06/patch-oriented-development-made-sane.html * Uploading and applying patches from JIRA automagically: [[GitAndJIRA]]
