Adapt source code checkout information to git repo in talloc website.
authorMichael Adam <obnox@samba.org>
Mon, 18 Feb 2008 21:49:32 +0000 (22:49 +0100)
committerStefan Metzmacher <metze@samba.org>
Sun, 14 Sep 2008 17:03:55 +0000 (19:03 +0200)
Michael
(cherry picked from commit 254be79799acc69db88a5500a2f755c84553f8ef)

source/lib/talloc/web/index.html

index 90f6577b2d58b1a652ee376fc38e1f3ee0904d97..628030ad4cd5f72b62314d5341e6a0be4c2ee9c6 100644 (file)
@@ -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: