[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-916-g39499a3

Michael Adam obnox at samba.org
Tue Feb 19 15:52:00 GMT 2008


The branch, v4-0-test has been updated
       via  39499a3346b49a3c50cb1ebb1393a62c614cf056 (commit)
       via  254be79799acc69db88a5500a2f755c84553f8ef (commit)
       via  2839d7f67a0d3ed5b4841bf3c12ce73972636b88 (commit)
      from  d9303cb08324db5ceb89f69a1a71cc3e16fdf250 (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 39499a3346b49a3c50cb1ebb1393a62c614cf056
Author: Michael Adam <obnox at samba.org>
Date:   Tue Feb 19 16:49:58 2008 +0100

    Fix a typo.
    
    Michael

commit 254be79799acc69db88a5500a2f755c84553f8ef
Author: Michael Adam <obnox at samba.org>
Date:   Mon Feb 18 22:49:32 2008 +0100

    Adapt source code checkout information to git repo in talloc website.
    
    Michael

commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88
Author: Michael Adam <obnox at samba.org>
Date:   Sun Feb 17 22:57:04 2008 +0100

    Fix paths for talloc into unpacked directory (rsync commands).
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/build/m4/check_path.m4    |    2 +-
 source/lib/talloc/web/index.html |   13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/m4/check_path.m4 b/source/build/m4/check_path.m4
index 1dacd95..08a858e 100644
--- a/source/build/m4/check_path.m4
+++ b/source/build/m4/check_path.m4
@@ -132,7 +132,7 @@ AC_SUBST(modulesdir)
 selftest_prefix="./st"
 AC_SUBST(selftest_prefix)
 AC_ARG_WITH(selftest-prefix,
-[  --with-selftest-prefix=DIR    The prefix where make test will be runned ($selftest_prefix)],
+[  --with-selftest-prefix=DIR    The prefix where make test will be run ($selftest_prefix)],
 [ case "$withval" in
   yes|no)
     AC_MSG_WARN([--with-selftest-prefix called without argument - will use default])
diff --git a/source/lib/talloc/web/index.html b/source/lib/talloc/web/index.html
index e53e896..628030a 100644
--- a/source/lib/talloc/web/index.html
+++ b/source/lib/talloc/web/index.html
@@ -24,19 +24,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:
+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:
 
 <pre>
-  rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/talloc .
-  rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/libreplace .
+  rsync -Pavz samba.org::ftp/unpacked/samba_4_0_test/source/lib/talloc .
+  rsync -Pavz samba.org::ftp/unpacked/samba_4_0_test/source/lib/libreplace .
 </pre>
 
 <hr>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list