diff options
author | Michael Adam <obnox@samba.org> | 2008-02-18 22:49:32 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-19 16:50:13 +0100 |
commit | c65cded541ff123ee6d126f757f541961e9ad717 (patch) | |
tree | 7a70f902f6aeef4bfcab207354e6b740a2081425 /source4/lib/talloc | |
parent | dd4ffd868b59f12a190af49eadfece34a395b34d (diff) | |
download | samba-c65cded541ff123ee6d126f757f541961e9ad717.tar.gz samba-c65cded541ff123ee6d126f757f541961e9ad717.tar.bz2 samba-c65cded541ff123ee6d126f757f541961e9ad717.zip |
Adapt source code checkout information to git repo in talloc website.
Michael
(This used to be commit 254be79799acc69db88a5500a2f755c84553f8ef)
Diffstat (limited to 'source4/lib/talloc')
-rw-r--r-- | source4/lib/talloc/web/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source4/lib/talloc/web/index.html b/source4/lib/talloc/web/index.html index 90f6577b2d..628030ad4c 100644 --- a/source4/lib/talloc/web/index.html +++ b/source4/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: |