Eclipse 3.7.1 and svn
kron
kron24 at gmail.com
Fri Jun 22 14:23:35 UTC 2012
On 2012/06/22 16:04, Achilleas Mantzios wrote:
>> Sorry, no solution, just adding I have similar problems though
>> I use subclipse:
>> subclipse-1.6.5_3
>> Otherwise the same eclipse packages.
>>
>> SVN worked for me in Eclipse 3.6 and even in the early 3.7.1
>> It broke after some ports update a few weeks ago. I was in
>> a hurry so made a Linux virtual machine just for Eclipse+SVN.
>> Still using it.
>
> Ultra thanx for letting me now.
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 {} +
HTH
Oli
More information about the freebsd-java
mailing list