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

Re: svnadmin: Malformed representation header

From: Laszlo Kishalmi <Laszlo_Kishalmi_at_epam.com>
Date: 2006-04-28 13:44:44 CEST

We are facing this problem from time to time.
There is no fix without possible data loss.
The only thing we could do is dump the repository till the repository is
Ok then use
svnadmin dump --incremental -r <bad rev +1>:HEAD

You can examinie the broken revision with svnlook. To see what would be
lost.
We import the dumps into a new repository (now using BDB)

Doki

Bryce Gemmill wrote:
> I'm getting the above mentioned error whenever I try to dump my
> Subversion repository for movement to another server. The current
> version of the repository looks OK in my working copy, and checkin's are
> working.
>
> The subversion repository is FSFS, using svn 1.2.3 on Windows Server 2003.
>
> Has anyone seen this? If so, how did you fix it?
>
> Thanks in advance.
>
> Regards,
>
> Bryce

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 28 13:45:56 2006

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.