svn commit: samba r6481 - in branches/SAMBA_4_0/source/lib/ldb/web: .

tridge at samba.org tridge at samba.org
Tue Apr 26 04:19:03 GMT 2005


Author: tridge
Date: 2005-04-26 04:19:03 +0000 (Tue, 26 Apr 2005)
New Revision: 6481

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6481

Log:
change download instructions to include tdb and talloc


Modified:
   branches/SAMBA_4_0/source/lib/ldb/web/index.html


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/web/index.html
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/web/index.html	2005-04-26 04:12:29 UTC (rev 6480)
+++ branches/SAMBA_4_0/source/lib/ldb/web/index.html	2005-04-26 04:19:03 UTC (rev 6481)
@@ -58,16 +58,20 @@
 <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>



More information about the samba-cvs mailing list