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]].