diff options
author | Simo Sorce <idra@samba.org> | 2008-02-25 14:03:07 -0500 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-14 19:04:05 +0200 |
commit | 79297bc1326a6231ea465a6344717d525595cc22 (patch) | |
tree | f36e51c037a3ea7f569cf5911da9427b499f0f50 /source3/lib/tdb | |
parent | ed902d2f914923c2a8f185e6a31abaaeb7e00c0d (diff) | |
download | samba-79297bc1326a6231ea465a6344717d525595cc22.tar.gz samba-79297bc1326a6231ea465a6344717d525595cc22.tar.bz2 samba-79297bc1326a6231ea465a6344717d525595cc22.zip |
Update homepages for talloc, tdb and ldb subprojects
(cherry picked from commit 8cb07814bc6627fc8eba228eafd13336e3ca3758)
(This used to be commit 7d85b8d076d6b5b1773c44cd527e016b5d319da5)
Diffstat (limited to 'source3/lib/tdb')
-rw-r--r-- | source3/lib/tdb/web/index.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/source3/lib/tdb/web/index.html b/source3/lib/tdb/web/index.html index 979665ae76..a53da6b8f7 100644 --- a/source3/lib/tdb/web/index.html +++ b/source3/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> |