2021-12-01 11:40:05 +00:00
|
|
|
|
|
|
|
Fix intermittent failures when "svn add" guesses a near-empty file is binary and hence
|
|
|
|
the output is different.
|
|
|
|
|
|
|
|
--- subversion-1.14.1/subversion/tests/cmdline/svntest/main.py.testnoautoprops
|
|
|
|
+++ subversion-1.14.1/subversion/tests/cmdline/svntest/main.py
|
|
|
|
@@ -691,6 +691,7 @@
|
|
|
|
|
|
|
|
[miscellany]
|
|
|
|
interactive-conflicts = false
|
2022-07-05 15:08:19 +00:00
|
|
|
+enable-magic-file = no
|
2021-12-01 11:40:05 +00:00
|
|
|
"""
|
|
|
|
if exclusive_wc_locks:
|
|
|
|
config_contents += """
|