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

Re: The REPORT request returned invalid XML in the response -- RevProp file for a revision looks invalid

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-14 15:37:36 CEST

On 9/13/06, Adam Ograbisz <neurosvnuser@gmail.com> wrote:
>
>
> E:\SourceScript>svn log -r 19385:19385 -v
> svn: REPORT request failed on '/SVN/iEmployee/!svn/bc/19385'
> svn: The REPORT request returned invalid XML in the response: XML parse
> error at line 1: no element found (/SVN/iEmployee/!svn/bc/19385)
>
>
> I am using FSFS for repository storage. If I view the file corresponding to
> the RevProps for this revision
> (\iEmployee\db\revprops\19385) it only contains 248 ascii
> code 0 characters, instead of the usual text I see in other revisions.
>
> There have been nearly 100 revisions committed after this one. What is my
> best course of action to repair my repository? Do you need any more info?
>
> Thanks,

Copying a good revprop file into place, and then tweaking the svn:date
and svn:author revprops on that revision should do the trick. I'd
also worry a bit about what is writing random null bytes all over your
filesystem, since unless you're changing revprops subversion itself
never modifies those files after they're written out.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 14 15:38:22 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.