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

Re: JavaHL: "Not implemented" error in StatusEditor.addAbsent

From: Branko Čibej <brane_at_apache.org>
Date: Wed, 25 Nov 2015 10:43:14 +0100

On 25.11.2015 09:49, Marc Strapetz wrote:
> One of our users has reported following Exception against Subversion
> 1.9.2:
>
> Caused by: java.lang.RuntimeException: Not implemented:
> StatusEditor.addAbsent
> at
> org.apache.subversion.javahl.remote.StatusEditor.addAbsent(StatusEditor.java:110)
> ... 15 more
>
> Actually, StatusEditor.addAbsent looks like this:
>
> public void addAbsent(String relativePath,
> NodeKind kind,
> long replacesRevision)
> {
> //DEBUG:System.err.println(" [J] StatusEditor.addAbsent");
> checkState();
> throw new RuntimeException("Not implemented: StatusEditor.addAbsent");
> }
>
> Is there any more debug information I should try to collect?

Well, it's not implemented ... I can't think of anything more specific?

-- Brane
Received on 2015-11-25 10:43:19 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.