On 02.02.2009, at 15:54, Mark Phippard wrote:
> On Mon, Feb 2, 2009 at 9:46 AM, Iv Ray <pobox_at_verysmall.org> wrote:
>> I have been using Subclipse without problems for years.
>>
>> Since I switched to a Mac, I cannot work with Subclipse on NFS.
>>
>> The problem is that Subclipse seems to create files, it cannot read.
>>
>> The error it returns is -
>>
>> svn: Can't move '/.../.../.../.svn/tmp/entries' to
>> '/.../.../.../.svn/
>> entries': Operation not permitted
>>
>> I tried it at least on two NFS systems (Samba on Linux and FreeBSD)
>> and both exhibit the same problem.
>>
>> Looking deeper, I noticed, that the file "entries" is created without
>> write permissions for the user who created it -
>>
>> $ ls -la
>> total 32
>> drwxr-xr-x 6 iraytchev users 4096 2009-02-02 15:33 .
>> drwxr-xr-x 3 iraytchev users 4096 2009-02-02 15:26 ..
>> -r-xr--r-- 1 iraytchev users 205 2009-02-02 15:23 entries
>> -r-xr--r-- 1 iraytchev users 2 2009-02-02 15:23 format
>> drwxr-xr-x 2 iraytchev users 4096 2009-02-02 15:23 prop-base
>> drwxr-xr-x 2 iraytchev users 4096 2009-02-02 15:23 props
>> drwxr-xr-x 2 iraytchev users 4096 2009-02-02 15:23 text-base
>> drwxr-xr-x 5 iraytchev users 4096 2009-02-02 15:33 tmp
>>
>> Subclipse, running in a Windows virtual machine running on the same
>> Mac, and accessing the same network shares, does not have this
>> problem.
>>
>> Has somebody experienced this, and do you know how it can be fixed?
>
> Subclipse does not read or write the files in your working copy from
> our code. We call Subversion API's. There are two possible providers
> of the API, JavaHL or SVNKit. My guess is that you are using SVNKit
> on OSX. In which case, I'd suggest you try JavaHL. See:
>
> http://subclipse.tigris.org/wiki/JavaHL
>
> If this solves your problem, please report the issue to
> support_at_svnkit.com so that they can make a fix to their library.
>
> If possible, I recommend users use JavaHL for maximum compatibility
> with the Subversion command line behavior.
Hi Mark,
Following your advice I tried both with JavaHL and with SVNKit and I
got the same result.
I'll submit our thread to the e-mail address of SVNKit you gave me.
Do you have any other suggestion?
Thanks,
Iv
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=1096588
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-02-03 13:42:06 CET