Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 22D16200C23 for ; Wed, 22 Feb 2017 11:20:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 21830160B67; Wed, 22 Feb 2017 10:20:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6B026160B49 for ; Wed, 22 Feb 2017 11:20:50 +0100 (CET) Received: (qmail 38975 invoked by uid 500); 22 Feb 2017 10:20:49 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 38965 invoked by uid 99); 22 Feb 2017 10:20:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2017 10:20:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E32651A0146 for ; Wed, 22 Feb 2017 10:20:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.286 X-Spam-Level: ** X-Spam-Status: No, score=2.286 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id nY8nV-f3QMrm for ; Wed, 22 Feb 2017 10:20:45 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id B6C265F2C5 for ; Wed, 22 Feb 2017 10:20:44 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id 7F87E3D4F5D2 for ; Wed, 22 Feb 2017 01:59:02 -0800 (PST) Date: Wed, 22 Feb 2017 03:20:39 -0700 (MST) From: ibrahimevam To: users@subversion.apache.org Message-ID: <1487758839057-198574.post@n5.nabble.com> Subject: RCP application Subversion integration - "E200030: Invalid expression" error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 22 Feb 2017 10:20:51 -0000 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". What is the root problem with this error and what should we do for fixing that. System information is as follows; macOS : Sierra 10.12 java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) Windows : Win 7 64bit java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) and also i tried with java 1.7 java version "1.7.0_79" Java(TM) SE Runtime Environment (build 1.7.0_79-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode) RCP Plugin dependencies Update Site : https://dl.bintray.com/subclipse/releases/subclipse/4.2.x/ Plugins : org.tigris.subversion.clientadapter.javahl , version="1.9.5.201701181951" org.tigris.subversion.subclipse.graph , version="4.2.0.1" org.tmatesoft.svnkit , version="1.8.12.r10533_v20160129_0158" org.tigris.subversion.subclipse , version="4.2.2.201612131538" net.java.dev.jna , version="4.1.0.v06022015_1911" org.tigris.subversion.clientadapter.svnkit , version="1.8.12.1" Error is: svn: E200030: Invalid expression -- View this message in context: http://subversion.1072662.n5.nabble.com/RCP-application-Subversion-integration-E200030-Invalid-expression-error-tp198574.html Sent from the Subversion Users mailing list archive at Nabble.com.