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

Re: RCP application Subversion integration - "E200030: Invalid expression" error

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 22 Feb 2017 11:32:05 +0100

On Wed, Feb 22, 2017 at 03:20:39AM -0700, ibrahimevam wrote:
> Hi,
> We are trying to provide SVN integration to the RCP application we have
> developed. I added the required subclipse and svnkit libraries as
> dependencies. In the MacOs version, this process has been successful. But I
> can not say the same for Windows. After svn checkout, the operation fails
> and I get this error: "svn: E200030: Invalid expression".

This error code has the following meaning in Apache Subversion:

00200030 SVN_ERR_SQLITE_ERROR "SQlite error"

Perhaps this gives you a clue?

> What is the root problem with this error and what should we do for fixing
> that.

SVNKit is a separate re-implementation of Subversion in Java.
SVNKit strives to be compatible with Apache Subversion which is written in C.
There is occasional coordination around APIs but the project development
communities are very much separated.

You may want to direct your question at SVNKit developers: https://svnkit.com
Received on 2017-02-22 11:32:32 CET

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.