[Hadoop Wiki] Update of "ZooKeeper/HowToContribute" by PatrickHunt

2016-03-26 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "ZooKeeper/HowToContribute" page has been changed by PatrickHunt:
https://wiki.apache.org/hadoop/ZooKeeper/HowToContribute?action=diff&rev1=10&rev2=11

+ = This page is deprecated - please see our new home at 
https://cwiki.apache.org/confluence/display/ZOOKEEPER =
+ 
  = How to Contribute to  ZooKeeper =
  
  This page describes the mechanics of ''how'' to contribute software to  
ZooKeeper.  For ideas about ''what'' you might contribute, please see the 
[[ZooKeeper/ProjectSuggestions| ProjectSuggestions page]].


[Hadoop Wiki] Update of "ZooKeeper/HowToContribute" by PatrickHunt

2010-11-24 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "ZooKeeper/HowToContribute" page has been changed by PatrickHunt.
http://wiki.apache.org/hadoop/ZooKeeper/HowToContribute?action=diff&rev1=9&rev2=10

--

  Get the source code on your local drive using 
[[http://hadoop.apache.org/zookeeper/version_control.html|SVN]].  Most 
development is done on the "trunk":
  
  {{{
- svn checkout http://svn.apache.org/repos/asf/hadoop/zookeeper/trunk/ 
zookeeper-trunk
+ svn checkout http://svn.apache.org/repos/asf/zookeeper/trunk/ zookeeper-trunk
  }}}
  
- You may also want to develop against a specific release.  To do so, visit 
[[http://svn.apache.org/repos/asf/hadoop/zookeeper/tags/]] and find the release 
that you are interested in developing against.  To checkout this release, run:
+ You may also want to develop against a specific release.  To do so, visit 
[[http://svn.apache.org/repos/asf/zookeeper/tags/]] and find the release that 
you are interested in developing against.  To checkout this release, run:
  
  {{{
- svn checkout 
http://svn.apache.org/repos/asf/hadoop/zookeeper/tags/release-X.Y.Z/ 
zookeeper-X.Y.Z
+ svn checkout http://svn.apache.org/repos/asf/zookeeper/tags/release-X.Y.Z/ 
zookeeper-X.Y.Z
  }}}
  
  If you prefer to use Eclipse for development, there are instructions for 
setting up SVN access from within Eclipse at [[ZooKeeper/EclipseEnvironment| 
EclipseEnvironment]].