From 62a9924781d9d45de87796f531e63594613c86f1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Apr 2005 04:19:03 +0000 Subject: r6481: change download instructions to include tdb and talloc (This used to be commit ebe7071b2e93db93d7963211fce6ef02bc9e978e) --- source4/lib/ldb/web/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source4/lib/ldb/web/index.html b/source4/lib/ldb/web/index.html index 4097aa25e4..02da4bf1d3 100644 --- a/source4/lib/ldb/web/index.html +++ b/source4/lib/ldb/web/index.html @@ -58,16 +58,20 @@ bugzilla bug tracking system.

Download

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:
   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
 
-To fetch via rsync use this command: +To fetch via rsync use these commands:
   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 .
 

-- cgit