Adding info regarding SVN access to samba-docs sources.
[metze/test/web/.git] / subversion.html
1 <!--#include virtual="/samba/header.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 <blockquote>
22 svn co svn://svnanon.samba.org/samba/trunk samba-trunk
23 </blockquote>
24
25 <p>To check out a certain branch, say a branch called <b>BRANCH</b>, run:
26
27 <blockquote>
28 svn co svn://svnanon.samba.org/samba/branches/<b>BRANCH</b> samba-<b>BRANCH</b>
29 </blockquote>
30
31 <p>Major current branches include:
32
33 <blockquote>
34 svn co svn://svnanon.samba.org/samba/branches/SAMBA_3_0 samba-3_0
35 </blockquote>
36 <blockquote>
37 svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0 samba-4_0
38 </blockquote>
39
40 <p>Samba Documentation sources are located at:
41
42 <blockquote>
43 svn co svn://svnanon.samba.org/samba-docs/trunk samba-docs
44 </blockquote>
45
46 <H3>Access via rsync and ftp</H3>
47
48 svnanon.samba.org also exports unpacked copies of most parts of the Subversion
49 tree at <A
50 HREF="ftp://svnanon.samba.org/pub/unpacked">ftp://svnanon.samba.org/pub/unpacked</A>
51 and also via anonymous rsync at rsync://svnanon.samba.org/ftp/unpacked/
52
53 I recommend using rsync rather than ftp. See <A
54 HREF="http://rsync.samba.org/">http://rsync.samba.org/</A>
55 for more info on rsync.<p>
56
57 The disadvantage of the unpacked trees is that they do not support
58 automatic merging of local changes like CVS or Subversion does. rsync access is
59 most convenient for an initial install.
60
61 <h3>Available branches</h3>
62
63 <p>
64 Please refer the <a href="/samba/devel/">Development and General Roadmap</a>
65 page for information on the current cvs branches.
66
67 <H2>Reporting problems</H2>
68
69 If you have any problems with this system please ask on the <a
70 href="http://lists.samba.org/">Samba mailing list</a>.
71
72 <!--#include virtual="/samba/footer.html" -->