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

deryck at samba.org deryck at samba.org
Mon Aug 7 13:29:42 GMT 2006


Author: deryck
Date: 2006-08-07 13:29:42 +0000 (Mon, 07 Aug 2006)
New Revision: 1024

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

Log:
Update the devel page given our recent SVN reorg.

jerry, you might want to look at this just to
make sure it's accurate.

deryck
Modified:
   trunk/devel/index.html


Changeset:
Modified: trunk/devel/index.html
===================================================================
--- trunk/devel/index.html	2006-08-04 14:04:33 UTC (rev 1023)
+++ trunk/devel/index.html	2006-08-07 13:29:42 UTC (rev 1024)
@@ -30,19 +30,14 @@
 
   <ul>
     <li><h4><em>TRUNK</em></h4>
-    <p>This is the current development branch, based on the Samba 3.0
-    code base.  It is, obviously, not stable, as it is the ground where
-    features for future stable releases in the Samba 3.0.x series are implemented and tested.</p>
-    <p>Example checkout command:</p></li>
+    <p><b>NOTE:</b> TRUNK is no longer used for development.  See the news item
+	<a href="http://news.samba.org/developers/svn_repo_reorganized/">SVN Repo 
+	Reorganzied</a> for more info.</p>
   </ul>
 
-<pre>
-svn co svn://svnanon.samba.org/samba/trunk samba-trunk
-</pre>
-
   <ul>
     <li><h4><em>SAMBA_3_0</em></h4>
-    <p>This is the development area for the 3.0.x production releases.</p>
+    <p>This is the current development branch for 3.0.x production releases.</p>
     <p>Example checkout command:</p></li>
   </ul>
 
@@ -62,6 +57,20 @@
 
 
   <ul>
+  	<li><h4>SAMBA_3_0_X</h4>
+	<p>After a release, a SAMBA_3_0_X branch is created, where X is the latest
+	release number (SAMBA_3_0_23, for example).  This branch is a copy of 
+	SAMBA_3_0_RELEASE at the time of release and is used for bug fixes only, so
+	that development may continue in SAMBA_3_0.</p>
+	<p>Example checkout command (remember to substitute for current release):</p>
+	</li>
+  </ul>
+
+<pre>
+svn co svn://svnanon.samba.org/samba/branches/SAMBA_3_0_23 samba_3.0.23
+</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 



More information about the samba-cvs mailing list