Path-based authorization for svnserve
Improved logging and repository listing in mod_dav_svn
Hugely improved python and ruby bindings
A handful of new commandline switches
Some client and server performance improvements
Many improved APIs
More than 30 new bugfixes
Description:
Most current CVS features
Directories, renames, and file metadata are versioned
Commits are truly atomic operations
Apache HTTP server as network server, WebDAV/DeltaV for protocol (there is also an independent server process that uses a custom protocol over TCP/IP)
Full WebDAV auto-versioning
Branching and tagging are cheap (constant time) operations
Natively client/server, layered library design
Client/server protocol sends diffs in both directions
Costs are proportional to change size, not data size
Efficient handling of binary files
Parsable output (including XML log output)
Open Source licensed "CollabNet/Tigris.org Apache-style license"