svn commit: samba-web r708 - in trunk: .

deryck at samba.org deryck at samba.org
Tue Jun 21 17:56:07 GMT 2005


Author: deryck
Date: 2005-06-21 17:56:07 +0000 (Tue, 21 Jun 2005)
New Revision: 708

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

Log:
Fix path to header (a goof from when I rearranged.)  Thanks, derrell.
Also cleaned up for XHTML while on the file.

deryck

Modified:
   trunk/subversion.html


Changeset:
Modified: trunk/subversion.html
===================================================================
--- trunk/subversion.html	2005-06-20 17:59:22 UTC (rev 707)
+++ trunk/subversion.html	2005-06-21 17:56:07 UTC (rev 708)
@@ -1,36 +1,36 @@
 <!--#include virtual="/samba/header.html" --> 
   <title>Samba - Subversion Instructions</title>
-<!--#include virtual="/samba/download/header_download.html" -->
+<!--#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>
+<h3>Overview</h3>
 
-svnanon.samba.org contains an anonymous Subversion repository. The source 
-code in this repository is synchronised from the main branch every 5 minutes.
+<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>Subversion is available from <a href="http://subversion.tigris.org/">subversion.tigris.org</a>.</p>
 
-<H3>Web access to the source</H3>
+<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>
 
 <pre>
 svn co svn://svnanon.samba.org/samba/trunk samba-trunk
 </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>
 
 <pre>
 svn co svn://svnanon.samba.org/samba/branches/<b>BRANCH</b> samba-<b>BRANCH</b>
 </pre>
 
-<p>Major current branches include:
+<p>Major current branches include:</p>
 
 <pre>
 svn co svn://svnanon.samba.org/samba/branches/SAMBA_3_0 samba-3_0
@@ -40,30 +40,30 @@
 </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" -->



More information about the samba-cvs mailing list