[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Unexpected HTTP status 400 'Bad request'.

From: Chris Capon <ttabyss_at_gmail.com>
Date: Tue, 8 Dec 2015 01:13:17 -0500

On 2015-12-07 20:48, David Chapman wrote:
>
> Have you verified that the repository on the server is not corrupt?
> Perhaps the disk has a bad sector on the drive, and only that
> repository is affected. Or maybe the hard drive itself is failing,
> and the other repositories have simply been "lucky" so far.
>
> # svnadmin verify /path/to/repository/root
>
I ran the svnadmin command and the admin tool verified all the revisions
and reported no errors. The same problem still persists. I can only get
part way through a checkout before it fails.

By the way, if I change the local svn checkout on the server to a file
reference rather than going through apache2 and https then the checkout
completes with no problems. So,

     svn checkout https://localhost/svn/repository/dev/trunk --username
myself dev

fails part way through after 5 to 10 files, where

     svn checkout file:///root/subversion/root/repository/dev/trunk
--username myself dev

checks out the entire repository without errors.
Received on 2015-12-08 07:18:27 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.