Note that there are some explanatory texts on larger screens.

plurals
  1. POSubclipse can't rename file (OS X)
    primarykey
    data
    text
    <p>I can't perform any Subversion operations on my Eclipse project as Subclipse can't rename a file. The error is:</p> <pre><code>Caused by: org.tigris.subversion.javahl.ClientException: svn: Cannot rename file '/Users/damianharvey/Sites/Odyssey3.5/OdysseyEDIJAXB/src/com/locuslive/edi/edifact/d95b/coreor/.svn/tmp/entries' to '/Users/damianharvey/Sites/Odyssey3.5/OdysseyEDIJAXB/src/com/locuslive/edi/edifact/d95b/coreor/.svn/entries' at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777) at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850) at org.tmatesoft.svn.core.javahl.SVNClientImpl.cleanup(SVNClientImpl.java:863) at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.cleanup(AbstractJhlClientAdapter.java:1958) ... 8 more Caused by: org.tmatesoft.svn.core.SVNException: svn: Cannot rename file '/Users/damianharvey/Sites/Odyssey3.5/OdysseyEDIJAXB/src/com/locuslive/edi/edifact/d95b/coreor/.svn/tmp/entries' to '/Users/damianharvey/Sites/Odyssey3.5/OdysseyEDIJAXB/src/com/locuslive/edi/edifact/d95b/coreor/.svn/entries' </code></pre> <p>I'm running OSX Snow Leopard, Eclipse 3.5, Subclipse 1.6.5.</p> <p>It looks like a permissions problem. If I list the directories in the error I get:</p> <pre><code>drwxrwxrwx 8 damianharvey staff 272 19 Nov 17:43 . drwxrwxrwx 16 damianharvey staff 544 21 Sep 14:53 .. -r--r--r-- 1 damianharvey staff 2030 21 Sep 14:53 all-wcprops -r--r--r-- 1 damianharvey staff 2313 21 Sep 14:53 entries drwxrwxrwx 2 damianharvey staff 68 21 Sep 14:53 prop-base drwxrwxrwx 2 damianharvey staff 68 21 Sep 14:53 props drwxrwxrwx 15 damianharvey staff 510 21 Sep 14:53 text-base drwxrwxrwx 6 damianharvey staff 204 19 Nov 17:19 tmp </code></pre> <p>So I assume that it's the read-only permissions that is preventing this. If I try to chmod this to a very broad 777:</p> <pre><code>sudo chmod 777 /Users/damianharvey/Sites/Odyssey3.5/OdysseyEDIJAXB/src/com/locuslive/edi/edifact/d95b/coreor/.svn/entries chmod: Unable to change file mode on /Users/damianharvey/Sites/Odyssey3.5/OdysseyEDIJAXB/src/com/locuslive/edi/edifact/d95b/coreor/.svn/entries: Operation not permitted </code></pre> <p>Any ideas? Would quite like to commit my code. </p> <p>Many Thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload