summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/lib/libsvn_fs
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2015-10-12 09:53:55 +0000
committerpeter <peter@FreeBSD.org>2015-10-12 09:53:55 +0000
commitb6c77895261859228cc9fa0664e09fbea060e104 (patch)
tree64ec78831396b65233663ebce29e8f389059bb8d /usr.bin/svn/lib/libsvn_fs
parent67366adb20c44f7e7f9f3739419e8a0a82157433 (diff)
parentc18b5d7f26f112be58bb1c4660799dea49f219ba (diff)
downloadFreeBSD-src-b6c77895261859228cc9fa0664e09fbea060e104.zip
FreeBSD-src-b6c77895261859228cc9fa0664e09fbea060e104.tar.gz
Update from svn-1.8.14 to 1.9.2.
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
Diffstat (limited to 'usr.bin/svn/lib/libsvn_fs')
-rw-r--r--usr.bin/svn/lib/libsvn_fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/svn/lib/libsvn_fs/Makefile b/usr.bin/svn/lib/libsvn_fs/Makefile
index c6c5020..467ac93 100644
--- a/usr.bin/svn/lib/libsvn_fs/Makefile
+++ b/usr.bin/svn/lib/libsvn_fs/Makefile
@@ -7,7 +7,7 @@
INTERNALLIB= yes
LIB= svn_fs
-SRCS= access.c editor.c fs-loader.c
+SRCS= access.c deprecated.c editor.c fs-loader.c
CFLAGS+= -I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/../.. \
-I${.CURDIR}/../libapr \
OpenPOWER on IntegriCloud