svn commit: samba-web r1169 - in trunk/devel: .

idra at samba.org idra at samba.org
Thu Jan 10 18:38:16 GMT 2008


Author: idra
Date: 2008-01-10 18:38:14 +0000 (Thu, 10 Jan 2008)
New Revision: 1169

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1169

Log:
We finally moved to git for all branches.


Modified:
   trunk/devel/index.html


Changeset:
Modified: trunk/devel/index.html
===================================================================
--- trunk/devel/index.html	2008-01-10 08:15:28 UTC (rev 1168)
+++ trunk/devel/index.html	2008-01-10 18:38:14 UTC (rev 1169)
@@ -13,9 +13,8 @@
 <h3>General Overview</h3>
 
 <p>On 4 April 2004, the Samba Team converted from CVS to Subversion for
-maintaining the Samba source code, and we are now (fall 2007) switching to
-Git. The 3.0.x and 3.2.x branches have been already migrated fully to Git and
-Git is the authoritative repository for them. Samba4 will follow shortly.
+maintaining the Samba source code, and on 10 January 2008 we completed the
+switch to Git for all development barnches.
 With the transition to Git we also recovered in the main tree the CVS history.
 All older code is in the original Subversion and CVS trees; this would include
 3.0.x and 2.2.x versions of Samba, which are no longer in active development.
@@ -39,7 +38,7 @@
 <br />
 <h3>Samba Branches</h3>
 
-<p>Areas of Samba development are listed below according to their branches within the Git and Subversion source tree.  Plans for each release follow its listing, along with a sample check out command.</p>
+<p>Areas of Samba development are listed below according to their branches within the Git source tree.  Plans for each release follow its listing, along with a sample check out command.</p>
 
 <h3>GIT</h3>
 
@@ -57,47 +56,32 @@
   <ul>
     <li>
       <h4><em>v3-2-test</em></h4>
-      <p>This is the current development branch for 3.2.x development.</p>
+      <p>This is the current branch for 3.2.x development.</p>
     </li>
     <li>
       <h4><em>v3-2-stable</em></h4>
-      <p>This is the current development branch for 3.2.x production releases.</p>
+      <p>This is the current branch for 3.2.x production releases.</p>
     </li>
     <li>
       <h4><em>v3-0-test</em></h4>
-      <p>This is the current development branch for 3.0.x development.
+      <p>This is the current branch for 3.0.x development.
          (critical bugfix and security fixes <em>only</em>)</p>
     </li>
     <li>
       <h4><em>v3-0-stable</em></h4>
-      <p>This is the current development branch for 3.0.x production releases.</p>
+      <p>This is the current branch for 3.0.x production releases.</p>
     </li>
-  </ul>
-
-<h3>Subversion</h3>
-
-<p>Example checkout command:</p>
-<pre>
-svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0 samba4
-</pre>
-
-  <ul>
-    <li><h4><em>SAMBA_4_0</em></h4>
-    <p>This is the research branch for Samba 4. 
-       <a href="/samba/ftp/samba4/">Technical Previews</a> of this code base are available 
-       for download.  Be aware that these snapshots are intended for testing purposes 
-       only and not for use in production environments.  For more information, see 
-       the <a href="/samba/devel/roadmap-4.0.html">road map document</a>.</p>
+    <li>
+      <h4><em>v4-0-test</em></h4>
+      <p>This is the current branch for 4.x.x development.</p>
     </li>
-
-    <li><h4><em>Subversion TRUNK</em></h4>
-    <p><b>NOTE:</b> TRUNK is not use for development. See the news item
-	<a href="http://news.samba.org/developers/svn_repo_reorganized/">SVN Repo 
-	Reorganzied</a> for more info.</p>
+    <li>
+      <h4><em>v4-0-stable</em></h4>
+      <p>This is the current branch for 4.x.x Alpha releases.</p>
+    </li>
+    <li>
   </ul>
 
-<p>Further information on anonymous subversion access is available on <a href="/samba/subversion.html">the subversion page</a>.  Those interested in the old CVS tree can check out the the <a href="/samba/cvs.html">CVS page</a>.</p>
-
 <br />
 <h3>TODO List</h3>
 



More information about the samba-cvs mailing list