r6481: change download instructions to include tdb and talloc
authorAndrew Tridgell <tridge@samba.org>
Tue, 26 Apr 2005 04:19:03 +0000 (04:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:19 +0000 (13:16 -0500)
(This used to be commit ebe7071b2e93db93d7963211fce6ef02bc9e978e)

source4/lib/ldb/web/index.html

index 4097aa25e446e1f85f6409e00d8020d16fc757eb..02da4bf1d319bb0751ba50d104861329fbd65448 100644 (file)
@@ -58,16 +58,20 @@ 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 command:
+svn. To fetch via svn use the following commands:
 
 <pre>
   svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/ldb ldb
+  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/talloc talloc
 </pre>
 
-To fetch via rsync use this command:
+To fetch via rsync use these commands:
 
 <pre>
   rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/ldb .
+  rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/tdb .
+  rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/talloc .
 </pre>
 
 <hr>