Moved this info into FAQ.html and firewall.html.
[rsync-web.git] / download.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>rsync download</TITLE>
5 </HEAD>
6 <!--#include virtual="header.html" -->
7
8 <H2 align="center">rsync download</H2>
9
10 You can download rsync via ftp, http, cvs or rsync.
11
12 <H2>http</H2>
13
14 <ul>
15 <li>The source code is available <A HREF="/ftp/rsync/">here</A>
16
17 <!-- <li>Binaries for a number of platforms are available
18 <A HREF="/ftp/rsync/binaries/">here</A> -->
19 </ul>
20
21 <H2>ftp</H2>
22
23 <ul>
24 <li>The source code is available <A HREF="ftp://ftp.samba.org/pub/rsync/">here</A>
25
26 <!-- <li>Binaries for a number of platforms are available
27 <A HREF="ftp://ftp.samba.org/pub/rsync/binaries/">here</A> -->
28 </ul>
29
30 <H2>rsync</H2>
31
32 <ul>
33 <li>The rsync ftp site is available via anonymous rsync at <em>rsync://rsync.samba.org/rsyncftp/</em>
34 <li>An unpacked copy of the latest development version can be obtained
35 from <em>rsync://rsync.samba.org/ftp/unpacked/rsync/</em>
36 </ul>
37
38 <H2>cvs</H2>
39
40     <p>
41       The rsync development tree is publicly available by various
42       methods so that you can try out the latest changes and give
43       feedback to the developers.
44     </p>
45
46     <p>
47       <b>Note:</b> Since the "head" source is a work in progress it
48       may not compile, or may fail in various ways, though it's
49       usually pretty good.
50     </p>
51
52     <p>
53       Anyone may use anonymous CVS to follow development:
54
55     <blockquote>
56     <p><code>cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login</code>
57     <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>(Specify the password <b>cvs</b> when prompted.)</i>
58     <p><code>cvs -d :pserver:cvs@pserver.samba.org:/cvsroot co rsync</code>
59     </blockquote>
60
61     <p>You can also browse the <a
62       href="http://cvs.samba.org/cgi-bin/cvsweb/rsync">development
63       history through cvsweb</a>.</p></li>
64     </p>
65
66 <H2>tar files of cvs code</H2>
67
68     <p>
69       <a href="http://rsync.samba.org/ftp/rsync/nightly/">Nightly
70         snapshots of the rsync source tree</a> are also available for
71         people who want to try the latest development version.  If you
72         want to track development, then CVS uses less bandwidth and
73         can automatically merge your local changes with our version.
74         However, if you just want a one-off download, or cannot use
75         CVS because of firewall, network or software issues, then the
76         snapshots might be helpful.
77     </p>
78
79 <!--
80 <h2>Contributing binaries</h2>
81
82 If you can build binaries for a platform that we currently don't offer
83 binaries for then please let me know (via the bug tracking
84 system). I'll then give you a way of uploading binaries to
85 rsync.samba.org. Please only do this if you have the time to build and
86 package binaries in a timely fashion for every rsync release.
87  -->
88
89 <!--#include virtual="footer.html" -->