From owner-freebsd-java@FreeBSD.ORG Fri Jun 22 15:07:41 2012 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAE12106566C for ; Fri, 22 Jun 2012 15:07:41 +0000 (UTC) (envelope-from vaclav.kadlcik@i.cz) Received: from vidle.i.cz (vidle.i.cz [78.31.27.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7EADB8FC14 for ; Fri, 22 Jun 2012 15:07:41 +0000 (UTC) Received: from ns1.i.cz (unknown [192.168.24.101]) by vidle.i.cz (Postfix) with ESMTPS id AABB0AD052 for ; Fri, 22 Jun 2012 17:07:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ns1.i.cz (Postfix) with ESMTP id 8360413197A for ; Fri, 22 Jun 2012 17:07:40 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ns1.i.cz Received: from ns1.i.cz ([127.0.0.1]) by localhost (ns1.i.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1dhTcuEr7yCA for ; Fri, 22 Jun 2012 17:07:40 +0200 (CEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by Authenticated User (ns1.i.cz) with ESMTPSA id 5C9C0131979 Message-ID: <4FE48A24.6070502@i.cz> Date: Fri, 22 Jun 2012 17:07:16 +0200 From: =?UTF-8?B?VsOhY2xhdiBLYWRsxI3DrWs=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120620 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <1596965.QpMB9LdGVq@smadev.internal.net> <14336569.vo4y5yyarJ@smadev.internal.net> <4FE47FE1.7070305@gmail.com> <1791310.dsJ3occQR4@smadev.internal.net> In-Reply-To: <1791310.dsJ3occQR4@smadev.internal.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Eclipse 3.7.1 and svn X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 15:07:41 -0000 On 2012/06/22 16:55, Achilleas Mantzios wrote: >> >> It seems I have found the cause - there are some files >> in /usr/local/lib/eclipse/plugins with wrong permissions. >> >> Try: >> find /usr/local/lib/eclipse/plugins -type f -exec chmod 644 {} + >> > > Tried that, no luck, > can you please give me the complete details of your eclipse installtion? > pkg_info | grep -i eclipse eclipse-3.7.1_1 An open extensible IDE for anything and nothing in particul eclipse-datatools-1.9.2 Data Tools Platform for the Eclipse IDE eclipse-emf-2.7.2 Eclipse Modeling Framework eclipse-gef-3.7.2 Graphical Editing Framework for the Eclipse IDE eclipse-webtools-3.3.2 Webtools for eclipse The only difference is: subclipse-1.6.5_3 A subversion plugin for the Eclipse IDE Framework which is my preferred Eclipse's SVN client. > uname -a FreeBSD nbvk.local 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Jun 15 16:58:57 CEST 2012 toor@nbvk.local:/usr/obj/usr/src/sys/NBVK amd64 I'm using openjdk7. After fixing the permissions, I deleted ~/.eclipse, run eclipse, created a new workspace. Open Perspective -> SVN Repository Exploring. Works for me. Oli