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

Re: How to repair a broken Revision in our SVN-Repository

From: Malte Finsterwalder <finjunk_at_gmx.de>
Date: Wed, 17 Jun 2009 22:36:43 +0200

Maybe some addition information about the problem can help.

When I do:
svn log -r 8831 http://repositoryUrl
I get:
svn: REPORT of '/oosetb/!svn/bc/8831': 200 OK (http://ooseappsrv)

When I do a logMessage via JavaHL I get the following exception:

Error fetching comment for Revision 8831
org.tigris.subversion.javahl.ClientException: svn: Processing REPORT
request response failed: Premature end of file.
(/repositoryUrl/!svn/bc/8831)
svn: REPORT request failed on '/repositoryUrl/!svn/bc/8831'
        at
org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:470)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:417)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:411)
        at MyClass.getComment(MyClass.java:xx)
        at MyClass.main(MyClass.java:xx)
Caused by: org.tmatesoft.svn.core.SVNException: svn: Processing REPORT
request response failed: Premature end of file.
(/repositoryUrl/!svn/bc/8831)
svn: REPORT request failed on '/repositoryUrl/!svn/bc/8831'
        at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:103)
        at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:87)
        at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:618)
        at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:273)
        at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:261)
        at
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:266)
        at
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:257)
        at
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.logImpl(DAVRepository.java:974)
        at org.tmatesoft.svn.core.io.SVNRepository.log(SVNRepository.java:1035)
        at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:1024)
        at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:891)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages(SVNClientImpl.java:452)
        ... 4 more

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2362978

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-17 22:37:39 CEST

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.