[
https://issues.apache.org/jira/browse/SVN-4679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16002494#comment-16002494
]
Bert Huijben commented on SVN-4679:
-----------------------------------
Are there any (reverse) proxy servers between you and the Subversion repository?
The Subversion client requests a file with a delta base by passing the delta
base in an HTTP header. It then verifies if the result has either no delta
base, or the same delta base as specified on the request.
Our server side implementation doesn't implement just returning some random
delta base, so something else must have changed either the request or the
response.
> E175002: GET request returned unexpected delta base
> ---------------------------------------------------
>
> Key: SVN-4679
> URL: https://issues.apache.org/jira/browse/SVN-4679
> Project: Subversion
> Issue Type: Bug
> Affects Versions: 1.9.0, 1.9.5
> Environment: FreeBSD 11, Windows 8.1
> Reporter: Busy Man
> Labels: checkout, commit, dav, deltabase
>
> One of the users commit files to SVN repository (server on freebsd/apache
> dav/) using tortuosesvn(windows 8.1). Files he uploads cannot be checkout on
> bsd machines(subversion-1.9.5) resulting:
> svn: E175002: GET request returned unexpected delta base:
> When I try to checkout code on ubuntu(windows shell) or windows it works
> fine. Also websvn works fine without problems on the same bsd machine.
> Problem affects text files and png images.
> $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
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)