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