[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 08:36:55 -0500

Hi Eric.

I did this:

     svnadmin dump /root/subversion/root/repository > repository.dump
     svnadmin create /root/subversion/root/tmprepo
     chown -R www-data:www-data /root/subversion/root/tmprepo
     svnadmin load /root/subversion/root/tmprepo < repository.dump

After this, I attempted a checkout on the server to a local folder:

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

It got further, perhaps 30 or 35 files before:

     svn: E175002: Unexpected HTTP status 400 'Bad request' on
'/svn/tmprepo/!svn/rvr/1931/dev/trunk/code/app/Attributes/Attr.cs'

Thanks.

On 2015-12-08 03:04, Eric Johnson wrote:
> Is it feasible to dump and load the repository in question?
>
> You could re-load it, and see if the repository still has problems.
>
> On the other hand, if the load fails at a specific revision, that
> might give you more of a clue about what is going wrong.
>
> Eric.
>
> On Mon, Dec 7, 2015 at 10:13 PM, Chris Capon <ttabyss_at_gmail.com
> <mailto:ttabyss_at_gmail.com>> wrote:
Received on 2015-12-08 14:37:13 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.