有关如何调试或查找标题中问题原因的任何线索?
场景:其中一个用户使用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]
是否可以检查流量或获取有关此错误代码的更多信息?
答案 0 :(得分:2)
请在此处阅读更多内容: https://subversion.apache.org/docs/release-notes/1.8.html#serf-skelta-default
Apache dav_svn_module directive
- bulk或skelta - 设置为
SVNAllowBulkUpdates Prefer
,与新老客户合作