如何调试或找出标题中问题的原因,有什么线索吗?
场景:其中一个用户使用tortutisesvn(Windows8.1)将文件提交到SVN存储库( freebsd/apache /上的服务器)。他上传的文件无法在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.confApache 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]是否可以检查流量或获取更多有关此错误代码的信息?
发布于 2017-05-06 11:00:02
请阅读更多内容:https://subversion.apache.org/docs/release-notes/1.8.html#serf-skelta-default
Apache dav_svn_module directive -大容量或skelta -设置为SVNAllowBulkUpdates Prefer,用于处理新旧客户端。
发布于 2017-05-05 21:26:45
请阅读设置-是否启用UTF8勾选框?
https://stackoverflow.com/questions/43813913
复制相似问题