I'm wondering if higher Subversion client can disable some features for
compatible with older Subversion server.
On 10/26/2017 03:25 PM, Bert Huijben wrote:
-----Original Message-----
From: wuzhouhui [mailto:1530108...@qq.com]
Sent: donderdag 26 oktober 2017 07:36
To: users@subversion.apache.org
Subject: svn merge failed
Hi,
I run "svn merge" in my working copy, but I got
svn: E200007: Querying mergeinfo requires version 3 of the FSFS
filesystem schema; filesystem '/home/svn/vsds_source/db' uses only version
2
Subversion client-side version is 1.9.7, while server-side is 1.6.11. In
addition,
Ihavenoadministration access in server, so I can't upgrade server's
subversion.
I knew version 1.6.11 can merge successfully, but I'm wondering if there
exist
other solutions for higher subversion client to merge successfully?
This server version knows how to merge, but the filesystem used by this
repository is too old to support client requests for these features. The
administrator should run 'svnadmin upgrade repository' to bump the format to
enable this feature...
For better results he/she should also upgrade the server to a fully supported
version but this doesn't help when the filesystem is not upgraded.
Bert