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

Reply via email to