Hi, When I try to use LLVM svn (with svn 1.8.0), I'm currently seeing this: svn: E175004: The PROPFIND response did not include the requested properties Does anyone else have this problem? David
On 20.08.2013, at 11:16, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote:> Hi, > > When I try to use LLVM svn (with svn 1.8.0), I'm currently seeing this: > > svn: E175004: The PROPFIND response did not include the requested properties > > Does anyone else have this problem?Seems to be a known bug in SVN 1.8.0, can you try upgrading to 1.8.1 or downgrading to 1.7? - Ben
On 20 Aug 2013, at 10:35, Benjamin Kramer <benny.kra at gmail.com> wrote:> Seems to be a known bug in SVN 1.8.0, can you try upgrading to 1.8.1 or downgrading to 1.7?Downgrading to 1.7.x means that I can't access my local repo, since there is no svn downgrade. Upgrading to 1.8.1 gives: svn: E175002: Unable to connect to a repository at URL 'https://theraven at llvm.org/svn/llvm-project/llvm/trunk' svn: E175002: Unexpected HTTP status 400 'Bad Request' on '/svn/llvm-project/llvm/trunk' David