[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: Yves Martin <ymartin1040_at_gmail.com>
Date: Tue, 8 Dec 2015 11:06:27 +0100

 Hello​

Is your repository served read-write by other services like svnserve or
eventually through SSH in addition to Apache HTTPS access ?

If so you have to check your repository file permissions: owner, group and
modes (for instance g+w or g+s...)

I guess your repository has been created long ago with a previous version
of Subversion.
What is your repository format version ? Are some revisions packed ? Use
svnadmin info.

Maybe you should use "svnadmin upgrade" to get some new features properly
enabled with Subversion 1.9,
or even use dump/load procedure (or svnsync) to get your repository ready
(and optimized) for Subversion 1.9.

Regards

-- 
Yves Martin
Received on 2015-12-08 11:11:45 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.