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
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
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
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@llvm.org/svn/llvm-project/llvm/trunk’
svn: E175002: Unexpected HTTP status 400 'Bad Request' on '/svn/llvm-project/llvm/trunk'
David
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@llvm.org/svn/llvm-project/llvm/trunk’
svn: E175002: Unexpected HTTP status 400 'Bad Request' on '/svn/llvm-project/llvm/trunk'
Does it work if you use http or not specify your username?
-Tanya