caasd
[metze/test/web/.git] / subversion.html
index 055e956b9290af283fb1e2146fec919d10cb4947..a36a5a7e67c8039d256de9f082c0eee4833ae4ee 100755 (executable)
@@ -1,67 +1,75 @@
-<!--#include virtual="/samba/header.html" -->
+<!--#include virtual="/samba/header.html" --> 
+  <title>Samba - Subversion Instructions</title>
+<!--#include virtual="/samba/header_wide.html" -->
 
-<h2 align="center">Subversion access to svnanon.samba.org</h2>
+<h2>Subversion access to svnanon.samba.org</h2>
 
-<H2>Overview</H2>
+<H1>samba development changed to git</H1>
 
-svnanon.samba.org contains an anonymous Subversion repository. The source 
-code in this repository is synchronised from the main branch every 5 minutes.
+In January 2008 Samba development changed from using Subversion to Git for
+version control. Please see the <a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">
+Using Git for Samba Development</a> for details.
 
-<p>Subversion is available from <a href="http://subversion.tigris.org/">subversion.tigris.org</a>.
+<h2>Overview</h2>
 
-<H3>Web access to the source</H3>
+<p>svnanon.samba.org contains an anonymous Subversion repository. The source 
+code in this repository is synchronised from the main branch every 5 minutes.</p>
+
+<p>Subversion is available from <a href="http://subversion.tigris.org/">subversion.tigris.org</a>.</p>
+
+<h3>Web access to the source</h3>
 
 <p>You can access the subversion repository via websvn at <a
-href="http://websvn.samba.org/">http://websvn.samba.org/</a>.
+href="http://websvn.samba.org/">http://websvn.samba.org/</a>.</p>
 
-<H3>Access via subversion</H3>
+<h3>Access via subversion</h3>
 
-<p>To access the 'trunk', run:
+<p>To access the 'trunk', run:</p>
 
-<blockquote>
+<pre>
 svn co svn://svnanon.samba.org/samba/trunk samba-trunk
-</blockquote>
+</pre>
 
-<p>To check out a certain branch, say a branch called <b>BRANCH</b>, run:
+<p>To check out a certain branch, say a branch called <b>BRANCH</b>, run:</p>
 
-<blockquote>
+<pre>
 svn co svn://svnanon.samba.org/samba/branches/<b>BRANCH</b> samba-<b>BRANCH</b>
-</blockquote>
+</pre>
 
-<p>Major current branches include:
+<p>Major current branches include:</p>
 
-<blockquote>
+<pre>
 svn co svn://svnanon.samba.org/samba/branches/SAMBA_3_0 samba-3_0
-</blockquote>
-<blockquote>
+</pre>
+<pre>
 svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0 samba-4_0
-</blockquote>
+</pre>
 
 
-<H3>Access via rsync and ftp</H3>
+<h3>Access via rsync and ftp</h3>
 
-svnanon.samba.org also exports unpacked copies of most parts of the Subversion
+<p>svnanon.samba.org also exports unpacked copies of most parts of the Subversion
 tree at <A
 HREF="ftp://svnanon.samba.org/pub/unpacked">ftp://svnanon.samba.org/pub/unpacked</A>
-and also via anonymous rsync at rsync://svnanon.samba.org/ftp/unpacked/
+and also via anonymous rsync at rsync://svnanon.samba.org/ftp/unpacked/</p>
 
-I recommend using rsync rather than ftp. See <A
+<p>I recommend using rsync rather than ftp. See <A
 HREF="http://rsync.samba.org/">http://rsync.samba.org/</A>
-for more info on rsync.<p>
+for more info on rsync.</p>
 
-The disadvantage of the unpacked trees is that they do not support
+<p>The disadvantage of the unpacked trees is that they do not support
 automatic merging of local changes like CVS or Subversion does. rsync access is
-most convenient for an initial install.
+most convenient for an initial install.</p>
 
 <h3>Available branches</h3>
 
 <p>
 Please refer the <a href="/samba/devel/">Development and General Roadmap</a>
-page for information on the current cvs branches.
+page for information on the current cvs branches.</p>
 
-<H2>Reporting problems</H2>
+<h3>Reporting problems</h3>
 
-If you have any problems with this system please ask on the <a
-href="http://lists.samba.org/">Samba mailing list</a>.
+<p>If you have any problems with this system please ask on the <a
+href="http://lists.samba.org/">Samba mailing list</a>.</p>
 
 <!--#include virtual="/samba/footer.html" -->