Fix path to header (a goof from when I rearranged.) Thanks, derrell.
[metze/test/web/.git] / subversion.html
1 <!--#include virtual="/samba/header.html" --> 
2   <title>Samba - Subversion Instructions</title>
3 <!--#include virtual="/samba/header_wide.html" -->
4
5 <h2>Subversion access to svnanon.samba.org</h2>
6
7 <h3>Overview</h3>
8
9 <p>svnanon.samba.org contains an anonymous Subversion repository. The source 
10 code in this repository is synchronised from the main branch every 5 minutes.</p>
11
12 <p>Subversion is available from <a href="http://subversion.tigris.org/">subversion.tigris.org</a>.</p>
13
14 <h3>Web access to the source</h3>
15
16 <p>You can access the subversion repository via websvn at <a
17 href="http://websvn.samba.org/">http://websvn.samba.org/</a>.</p>
18
19 <h3>Access via subversion</h3>
20
21 <p>To access the 'trunk', run:</p>
22
23 <pre>
24 svn co svn://svnanon.samba.org/samba/trunk samba-trunk
25 </pre>
26
27 <p>To check out a certain branch, say a branch called <b>BRANCH</b>, run:</p>
28
29 <pre>
30 svn co svn://svnanon.samba.org/samba/branches/<b>BRANCH</b> samba-<b>BRANCH</b>
31 </pre>
32
33 <p>Major current branches include:</p>
34
35 <pre>
36 svn co svn://svnanon.samba.org/samba/branches/SAMBA_3_0 samba-3_0
37 </pre>
38 <pre>
39 svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0 samba-4_0
40 </pre>
41
42
43 <h3>Access via rsync and ftp</h3>
44
45 <p>svnanon.samba.org also exports unpacked copies of most parts of the Subversion
46 tree at <A
47 HREF="ftp://svnanon.samba.org/pub/unpacked">ftp://svnanon.samba.org/pub/unpacked</A>
48 and also via anonymous rsync at rsync://svnanon.samba.org/ftp/unpacked/</p>
49
50 <p>I recommend using rsync rather than ftp. See <A
51 HREF="http://rsync.samba.org/">http://rsync.samba.org/</A>
52 for more info on rsync.</p>
53
54 <p>The disadvantage of the unpacked trees is that they do not support
55 automatic merging of local changes like CVS or Subversion does. rsync access is
56 most convenient for an initial install.</p>
57
58 <h3>Available branches</h3>
59
60 <p>
61 Please refer the <a href="/samba/devel/">Development and General Roadmap</a>
62 page for information on the current cvs branches.</p>
63
64 <h3>Reporting problems</h3>
65
66 <p>If you have any problems with this system please ask on the <a
67 href="http://lists.samba.org/">Samba mailing list</a>.</p>
68
69 <!--#include virtual="/samba/footer.html" -->