b6c7789526
Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.html Of particular note, the client checkout format has *not* changed so upgrades should *not* be required. When reading a repository (file:// or running as a local server), an improved fsfs version 7 is available with significant performance improvements. An optional upgrade is possible to use the new features. Without the upgrade, this is fully read/write compatible with the version 6 fsfs as in svn-1.8. Relnotes: yes
9 lines
262 B
Makefile
9 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libapr libapr_util libserf \
|
|
libsvn_client libsvn_delta libsvn_diff libsvn_fs libsvn_fs_fs \
|
|
libsvn_fs_util libsvn_fs_x libsvn_ra libsvn_ra_local libsvn_ra_serf \
|
|
libsvn_ra_svn libsvn_repos libsvn_subr libsvn_wc
|
|
|
|
.include <bsd.subdir.mk>
|