svn: E175002: GET 请求返回了意外的 delta base
svn: E175002: GET request returned unexpected delta base
任何线索如何调试或找到标题中的问题原因?
场景:其中一个用户使用 tortutisesvn(windows 8.1) 将文件提交到 SVN 存储库(freebsd/apache dav/ 上的服务器)。他上传的文件无法在 bsd 机器(subversion-1.9.5)上检出结果:
svn: E175002: GET request returned unexpected delta base:
当我尝试检查 ubuntu(windows shell) 或 windows 上的代码时,它工作正常。 websvn 在同一台 bsd 机器上也可以正常工作。
问题影响文本文件和图像。
$svnadmin info /home/svn/myproject
Path: /home/svn/myproject
UUID: c022eb3e-090d-46c0-a7e1-d52c6120b926
Repository Format: 5
Compatible With Version: 1.9.0
Repository Capability: mergeinfo
Filesystem Type: fsfs
Filesystem Format: 7
FSFS Sharded: yes
FSFS Shard Size: 1000
FSFS Shards Packed: 0/0
FSFS Logical Addressing: no
Configuration File: /home/svn/myproject/db/fsfs.conf
Apache DAV 给出:
[ssl:info] (32)Broken pipe: AH01993: SSL output filter write failed.
[dav:error] Provider encountered an error while streaming a REPORT response. [500, #0]
[dav:error] A failure occurred while driving the update report editor [500, #32]
[dav:error] Broken pipe [500, #32]
是否可以检查流量或获取有关此错误代码的更多信息?
请阅读设置 - 是否启用了 UTF8 复选框?
https://tortoisesvn.net/docs/nightly/TortoiseMerge_en/tmerge-dug-settings.html
请在此处阅读更多内容:
https://subversion.apache.org/docs/release-notes/1.8.html#serf-skelta-default
Apache dav_svn_module directive
- 批量或 skelta - 设置为
SVNAllowBulkUpdates Prefer
,与新老客户合作
任何线索如何调试或找到标题中的问题原因?
场景:其中一个用户使用 tortutisesvn(windows 8.1) 将文件提交到 SVN 存储库(freebsd/apache dav/ 上的服务器)。他上传的文件无法在 bsd 机器(subversion-1.9.5)上检出结果:
svn: E175002: GET request returned unexpected delta base:
当我尝试检查 ubuntu(windows shell) 或 windows 上的代码时,它工作正常。 websvn 在同一台 bsd 机器上也可以正常工作。
问题影响文本文件和图像。
$svnadmin info /home/svn/myproject
Path: /home/svn/myproject
UUID: c022eb3e-090d-46c0-a7e1-d52c6120b926
Repository Format: 5
Compatible With Version: 1.9.0
Repository Capability: mergeinfo
Filesystem Type: fsfs
Filesystem Format: 7
FSFS Sharded: yes
FSFS Shard Size: 1000
FSFS Shards Packed: 0/0
FSFS Logical Addressing: no
Configuration File: /home/svn/myproject/db/fsfs.conf
Apache DAV 给出:
[ssl:info] (32)Broken pipe: AH01993: SSL output filter write failed.
[dav:error] Provider encountered an error while streaming a REPORT response. [500, #0]
[dav:error] A failure occurred while driving the update report editor [500, #32]
[dav:error] Broken pipe [500, #32]
是否可以检查流量或获取有关此错误代码的更多信息?
请阅读设置 - 是否启用了 UTF8 复选框?
https://tortoisesvn.net/docs/nightly/TortoiseMerge_en/tmerge-dug-settings.html
请在此处阅读更多内容: https://subversion.apache.org/docs/release-notes/1.8.html#serf-skelta-default
Apache dav_svn_module directive
- 批量或 skelta - 设置为
SVNAllowBulkUpdates Prefer
,与新老客户合作