- Project tools
-
-
- Announcements
- Additional Resources
-
- How do I...
-
| Category |
Featured projects |
| scm |
Subversion,
Subclipse,
TortoiseSVN,
RapidSVN
|
| issuetrack |
Scarab |
| requirements |
xmlbasedsrs |
| design |
ArgoUML |
| techcomm |
SubEtha,
eyebrowse,
midgard,
cowiki |
| construction |
antelope,
scons,
frameworx,
build-interceptor,
propel,
phing
|
| testing |
maxq,
aut
|
| deployment |
current |
| process |
ReadySET |
| libraries |
GEF,
Axion,
Style,
SSTree
|
| Over 500 more tools... |
|
Subversion Roadmap
Upcoming Releases
This is a preliminary timetable for the next few upcoming
releases. As noted above, we do not guarantee that a specific feature will
be in a given release, or that a release will be published on a particular
schedule. The following chart is more of a guideline for the developers
to help ensure more timely releases, and is quite mutable.
| Date |
Task |
Notes |
| July 23, 2008 |
Roll 1.5.1 tarball |
|
| September 2008 |
Roll 1.5.2 tarball |
|
| Early November 2008 |
Branch 1.6.x, roll 1.6.0-pre1 |
|
| December 2008 |
Roll 1.6.0 tarball |
|
How We Plan Releases
Subversion uses a compromise between time-driven and feature-driven
release planning. We schedule the next release for an approximate
date (very approximate), and make sure it contains one or more new
features or other significant differentiators, but we don't say
exactly what those new features will be. This is because we're always
working on several things at once, and we want to give each new
feature time to mature. Especially given the decentralized nature of
open-source development, we're wary of forcing technical discussions
to premature consensus. At the same time, it's good for the project
to have regular releases, so we try to keep to a schedule and to
have something ready to roll out when the release date comes
along.
In this context, "release" means an increment of the minor release
number, which is the middle number in our three-component system.
Thus, 1.2.0, 1.3.0, and 1.4.0 are successive minor releases in the
"1.x" line, whereas 1.1.1, 1.1.2, and 1.1.3 are successive patch
(bugfix) releases in the "1.1.x" line. We don't schedule patch
releases far in advance, we just put them out when we feel enough
bugfixes have accumulated to warrant it. Major new releases, such as
Subversion 2.0, will probably be done much like the minor releases,
just with more planning around the exact features. For more
information about Subversion's release numbering and compatibility
policies, see the section entitled "Release numbering,
compatibility, and deprecation" in the
Hacker's Guide to Subversion.
Upcoming Features
We try to have at least one or two new features under active
development at any given time, but we generally don't rush a feature
to get it into a release. The flexibly time-driven model described above means there's never a
long wait between releases, which in turn means less pressure to cram
a feature into whatever release happens to be going out the door next.
Our main source of ideas is our users: we watch the users@subversion.tigris.org mailing list, the #svn IRC channel, and the issue tracker to see what people are
saying, and base our priorities on that, though we may sometimes grab
low-hanging fruit along the way.
Below are new features currently under discussion and design, as
extracted from the ever-changing consensus of the Subversion developer
community. Because this is a volunteer open-source project, it's hard
to predict exact dates or timetables for these new features. At most,
we can express dependencies and predict the order in which things will
be worked on. Just because a feature is listed for a particular
release does not guarantee that it will be in that release. Hard
feature lists don't actually get set until the release branch is
created. The best way to track development is to subscribe to the
development mailing list, dev@subversion.tigris.org.
- Medium-term Goals:
- 1.6
- Augmented diff representation (svnpatch)
- Python C-types bindings
- Eventually
- Long-term Goals
hybrid distributed/centralized VC model
repository-level ACLs
broader WebDAV/deltaV compatibility
improved pluggable client-side diff (see issue
#2044)
progressive multi-lingual support
SQL repository back-end?
Past Releases
For information about past releases, see the release history.
To see a summary of the major changes in each Subversion release,
read over the CHANGES
file.
|