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

Re: Issue with svn log, maybe more...

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: 2004-09-29 05:20:50 CEST

<barry.kaplan@gmail.com> writes:

> I recently converted my cvs repository to svn

[...]

> subversion/libsvn_ra_dav/util.c:670: (apr_err=175002)
> svn: REPORT request failed on '/platform/!svn/bc/6045/trunk'
> subversion/libsvn_ra_dav/util.c:656: (apr_err=175002)
> svn: The REPORT request returned invalid XML in the response: XML
> parse error at line 5164: not well-formed (invalid token)
> (/platform/!svn/bc/6045/trunk)

We had the same problem with a repository we converted from RCS.
Because it happened after so many revisions, i at first assumed
it was some scalability problem. Turned out it was binary
garbage in some of the log messages. The previous version
control system here was not RCS, but a pile of Perl goo with a
bizarrely broken user interface using RCS as a back-end. Hosed
log messages were very common...

Try svn propedit --revprop -r 4727 and see if there's anything
fishy in there.

HTH.

--
Eric Gillespie <*> epg@pretzelnet.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 29 05:21:18 2004

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.