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 <ttab...@gmail.com
<mailto:ttab...@gmail.com>> wrote: