summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-18 22:49:32 +0100
committerStefan Metzmacher <metze@samba.org>2008-09-14 19:03:55 +0200
commitac724cddc4a42c1c0cade3fb1cd551f005f2b54c (patch)
tree4c1aa2d8eb53fa9382dc97f00759f94f1ead7ec4
parenta891494d9373a1ecda1ad67c3c6b96cf6d37ea47 (diff)
downloadsamba-ac724cddc4a42c1c0cade3fb1cd551f005f2b54c.tar.gz
Adapt source code checkout information to git repo in talloc website.
Michael (cherry picked from commit 254be79799acc69db88a5500a2f755c84553f8ef)
-rw-r--r--source/lib/talloc/web/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/lib/talloc/web/index.html b/source/lib/talloc/web/index.html
index 90f6577b2d5..628030ad4cd 100644
--- a/source/lib/talloc/web/index.html
+++ b/source/lib/talloc/web/index.html
@@ -24,12 +24,13 @@ 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:
+You can download the latest release either via rsync or git.
+To fetch via git use the following command:
<pre>
- svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/talloc talloc
- svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/replace libreplace
+ git-clone git://git.samba.org/samba.git samba
+ cd samba
+ git checkout -b samba4 origin/v4-0-test
</pre>
To fetch via rsync use this command: