diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-02-26 16:19:57 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-02-26 16:19:57 +1100 |
commit | 864328e6563621a0b4df2d49e04ff3b23b68e1ca (patch) | |
tree | 01b5af0b454d7235b5118ae53d078429dca26619 /source4/lib/tdb/web/index.html | |
parent | 2c8415f767ca20fe90a97f8623d1617e015f183a (diff) | |
parent | 1e5ced379361fbdc0ccc48ad012f388f2e737ca7 (diff) | |
download | samba-864328e6563621a0b4df2d49e04ff3b23b68e1ca.tar.gz samba-864328e6563621a0b4df2d49e04ff3b23b68e1ca.tar.bz2 samba-864328e6563621a0b4df2d49e04ff3b23b68e1ca.zip |
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
(This used to be commit 35f7f488d84e3ec3224f3b40ff5881e91c11764d)
Diffstat (limited to 'source4/lib/tdb/web/index.html')
-rw-r--r-- | source4/lib/tdb/web/index.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/source4/lib/tdb/web/index.html b/source4/lib/tdb/web/index.html index 979665ae76..a53da6b8f7 100644 --- a/source4/lib/tdb/web/index.html +++ b/source4/lib/tdb/web/index.html @@ -22,14 +22,12 @@ bugzilla</a> bug tracking system. <h2>Download</h2> -You can download the latest release either via rsync or anonymous -svn. To fetch via svn use the following commands: - -<pre> - svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/tdb tdb - svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/replace libreplace -</pre> - +You can download the latest release either via rsync or git.<br> +<br> +To fetch via git see the following guide:<br> +<a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using Git for Samba Development</a><br> +Once you have cloned the tree switch to the v4-0-test branch and cd into the source/lib/tdb directory.<br> +<br> To fetch via rsync use these commands: <pre> |