Apache Software Foundation
[S] Subversion

Apache Subversion 1.13 Release Notes

What's New in Apache Subversion 1.13

Apache Subversion 1.13 is a superset of all previous Subversion releases, and is as of the time of its release considered the current "best" release. Any feature or bugfix in 1.0.x through 1.12.x is also in 1.13, but 1.13 contains features and bugfixes not present in any earlier release. The new features will eventually be documented in a 1.13 version of the free Subversion book (svnbook.red-bean.com).

This page describes only major changes. For a complete list of changes, see the 1.13 section of the CHANGES file.

Compatibility Concerns

Older clients and servers interoperate transparently with 1.13 servers and clients. However, some of the new 1.13 features may not be available unless both client and server are the latest version. There are also cases where a new feature will work but will run less efficiently if the client is new and the server old.

There is no need to dump and reload your repositories. Subversion 1.13 servers can read and write to repositories created by earlier versions. To upgrade an existing server installation, just install the newest libraries and binaries on top of the older ones.

Subversion 1.13 maintains API/ABI compatibility with earlier releases, by only adding new functions, never removing old ones. A program written to any previous 1.x API can both compile and run using 1.13 libraries. However, a program written for 1.13 cannot necessarily compile or run against older libraries.

There may be limited cases where the behavior of old APIs has been slightly modified from previous releases. These are cases where edge cases of the functionality has been deemed buggy, and therefore improved or removed. Please consult the API errata for more detailed information on what these APIs are and what impact these changes may have.

New Feature Compatibility Table

New Feature Minimum Client1 Minimum Server Minimum Repository Notes
'svnadmin rev-size' n/a 1.13 any FSFS repo
1Reminder: when using the file:// repository access method, the Subversion program is both the client and the server.

Upgrading the Working Copy

Subversion 1.13 uses the same working copy format as Subversion 1.8 through 1.12.

Before using Subversion 1.13 with an existing Subversion 1.7 or older working copy, users will be required to run the svn upgrade command to upgrade working copy metadata to the new format. This command may take a while in some cases, and for some users, it may be more practical to simply checkout a new working copy.

Note: Subversion 1.13 cannot upgrade working copies that a 1.6 client would have refused to operate upon before an svn cleanup was run (with a 1.6 client). In other words, before upgrading to 1.8 or newer, a 1.6 or older client must be used to run svn cleanup on all 1.6 or older working copies that require cleanup. Likewise, Subversion 1.13 cannot upgrade corrupt working copies. Unfixable problems can arise from missing or corrupt meta-data inside .svn directories. Such damage to the working copy is permanent, and cannot be fixed even if svn cleanup is run prior to the upgrade.

If your working copy does not upgrade cleanly, please check out a new one.

New Features

Enhancements and Bugfixes

Command-line client improvements (client)

  • In 'svn help', hide experimental commands and global options (issue #4828)
  • Performance improvement for 'svn st' etc., in WC SQLite DB (r1865523)

Server-side improvements

  • Add a hint about mod_dav_svn misconfiguration (r1866738)

Client- and server-side improvements

Known issues in the release

There are no known issues specific to this release at the moment.

Subversion 1.13.x is a Regular Release

1.13 is a regular release, not a Long-Term Support release. This release does not change the status of existing LTS releases. See How We Plan Releases.