------------------------------------------------------------ revno: 415 revision-id: [EMAIL PROTECTED] parent: [EMAIL PROTECTED] committer: Andrew Tridgell <[EMAIL PROTECTED]> branch nick: tridge timestamp: Fri 2007-06-01 17:16:19 +1000 message: better download instructions modified: web/ctdb.html ctdb.html-20070601052353-vgod9lfo4an4o83j-2 === modified file 'web/ctdb.html' --- a/web/ctdb.html 2007-06-01 06:07:13 +0000 +++ b/web/ctdb.html 2007-06-01 07:16:19 +0000 @@ -24,20 +24,22 @@ <h2>Download</h2> -You can download the latest release either via rsync or anonymous -svn. To fetch via svn use the following command: - -<pre> - svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/cluster/ctdb ctdb -</pre> - -To fetch via rsync use this command: - -<pre> - rsync -Pavz samba.org::ftp/unpacked/samba4/source/cluster/ctdb . -</pre> - -<h2>Packages</h2> +You can download the latest source release +using <a href="http://bazaar-vcs.org/">bzr</a>. Install bzr, then run +this command: + +<pre> + bzr branch http://samba.org/~tridge/ctdb +</pre> + +Or alternatively you can use rsync like this: + +<pre> + rsync -avz samba.org::ftp/unpacked/ctdb . +</pre> + + +<h2>Binary Packages</h2> Note that packages are so far only available for RHEL4. Other packages will come later. <p> @@ -49,6 +51,7 @@ <h2>Developers</h2> <a href="http://samba.org/~tridge/">Andrew Tridgell</a><br> Ronnie Sahlberg<br> +Peter Somogyi<br> </BODY>