1 <!--#set var="TITLE" value="Downloading CTDB" -->
2 <!--#include virtual="header.html" -->
4 <H2 align=
"center">Getting the code
</h2>
6 You need two source trees, one is a copy of Samba3 and the other is the
9 Both source trees are stored in git repositories.
<p>
12 You can download ctdb source code via
<a href=
"ftp://ftp.samba.org/pub/ctdb">ftp
</a>
13 and
<a href=
"http://ftp.samba.org/pub/ctdb">http
</a>.
<br><br>
15 You can also get the latest development version of ctdb using git:
17 git clone git://git.samba.org/ctdb.git ctdb
20 To update this tree when improvements are made in the upstream code do this:
26 If you don't have git and can't easily install it, then you can
27 instead use the following command to fetch ctdb or update it:
29 rsync -avz samba.org::ftp/unpacked/ctdb .
33 <h2>Samba3 ctdb version
</h2>
35 With Samba version
3.3 all cluster-relevant changes have been merged
36 to the mainstream Samba code. Please refer to the
<a
37 href=
"http://www.samba.org/">Samba website
</a> for the current release
41 <h2>Binary Packages
</h2>
43 Note that packages are so far only available for RHEL5. Other packages
46 See
<a href=
"http://ftp.samba.org/pub/ctdb/packages/">packages
</a> directory for package
50 <!--#include virtual="footer.html" -->