Author: stsp
Date: Mon Dec 8 15:03:54 2014
New Revision: 1643834
URL: http://svn.apache.org/r1643834
Log:
* tools/dev/unix-build/Makefile.svn: For my custom build script, add
commented-out entries related to FSFS caching to apache2 test config
for 'make check' etc.
Modified:
subversion/trunk/tools/dev/unix-build/Makefile.svn
Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1643834&r1=1643833&r2=1643834&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Mon Dec 8 15:03:54 2014
@@ -1555,6 +1555,9 @@ endif
echo >>[email protected] 'RedirectMatch permanent
^/svn-test-work/repositories/REDIRECT-PERM-(.*)$$
/svn-test-work/repositories/$$1'
echo >>[email protected] 'RedirectMatch
^/svn-test-work/repositories/REDIRECT-TEMP-(.*)$$
/svn-test-work/repositories/$$1'
echo >>[email protected] 'Include "conf/$(SVN_REL_WC)*-custom.conf"'
+ echo >> [email protected] '#SVNInMemoryCacheSize 0'
+ echo >> [email protected] '#SVNCacheTextDeltas Off'
+ echo >> [email protected] '#SVNCacheRevProps Off'
mv -f [email protected] $@
.PHONY: libpath