summaryrefslogtreecommitdiff
path: root/tools/dist/templates/stable-candidates.ezt
blob: 3320bbb071e90ead78e1e06fe7dc8a64dec55163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!--

 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
 with the License.  You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.

-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Apache Subversion [version] tarballs</title>
</head>
<body style="font-size: 14pt; text-align: justify;
  background-color: #f0f0f0; padding: 0 5%">
<h1 style="font-size: 30pt; text-align: center;
  text-decoration: underline">WARNING</h1>

<p>The code you are about to download is a <i>Release Candidate</i>
for Apache Subversion [version] (r[revnum]).</p>


<p>A <i>Release Candidate</i> is exactly what it sounds like: a
distribution of Subversion that may become an official release later,
<i>if and only if</i> it passes preliminary testing by those members
of the community who are interested in testing it.</p>

<!-- , which means it is considered <strong
 style="text-decoration: underline">UNRELEASED</strong> code.  The
 term 'release candidate' means the code works to the best knowledge
 of the Subversion developers, but that it still requires testing by a
 larger number of people to root out bugs.</p> -->

<p>As such, if you are interested in helping us test this Release
Candidate, you're very welcome to download and test these packages.
If you are looking for a copy of Subversion for production use, this
is <i>not it</i>; you should instead grab the latest stable release
from the <a
href="http://subversion.tigris.org/project_packages.html">Download
area</a>.</p>

<h2 style="font-size: 18pt">Note to operating system distro package
maintainers</h2>

<p>As stated above, this is <i>not</i> an official, end-user release
of Subversion.  It is a distribution intended for testing only. Please
do <i>not</i> package this distribution in any way. It should not be
made available to users who rely on their operating system distro's
packages.</p>

<h2 style="font-size: 14pt">Why shouldn't I set up/make available a
Release Candidate for production use?</h2>

<p style="font-size: 11pt">(Taken from a <a
  href="http://svn.haxx.se/dev/archive-2005-11/1295.shtml"
>mail by Karl Fogel</a> on the subject)</p>

<p style="font-size: 11pt">Subversion release candidates are for
testing only. We might have to withdraw one to fix bugs, and fixing
those bugs might involve changing APIs, or changing a soft-upgrade
strategy in the repository or working copy formats. If some production
users had begun depending on the new API, or had unknowingly
soft-upgraded their repository or working copy, then they'd be in for
a very unpleasant suprise when the real release comes out and doesn't
have the same API anymore, or doesn't use the same formats. Not only
would Subversion suddenly "stop working" for them, but there wouldn't
be any convenient path to get it working again, since no blessed
Subversion release would have the code needed to interpret their
legacy data.</p>

<p style="font-size: 11pt">We encourage RC testing by users who know
how to install from a tarball independently of their OS's packaging
system. Users who install only packaged releases, however, should wait
for and use only officially released Subversions. Anything else is
playing with fire. When the inevitable blowup happens, both your
reputation as a packager and Subversion's reputation will suffer --
but only one will deserve it.</p>

<p>If you want to help us test this distribution of Subversion, you
can find the files <a href="[dirname]/">here</a>.</p>

</body>
</html>