1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

r6481: change download instructions to include tdb and talloc

This commit is contained in:
Andrew Tridgell
2005-04-26 04:19:03 +00:00
committed by Gerald (Jerry) Carter
parent 1265c9b8a8
commit ebe7071b2e

View 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>