Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can I share an Eclipse workspace between accounts in Mac?
    primarykey
    data
    text
    <p>I basically want to create an Eclipse workspace that can be accessed between accounts on my Mac. I'm currently running Mac OS X v10.7.1. <strong>The other caveat is that I want to be able to do use Git on that workspace so I can push and pull from both accounts. If this is not possible, I'm ok with switching accounts to do the Git stuff.</strong></p> <p>Is it possible to create an Eclipse workspace that can be accessed between 2 accounts in Mac OS X Lion? Do both accounts need to be admin or not? If this is actually possible, how would I go about setting this up?</p> <p>Here's some more info about my accounts (both admin, I think?)...</p> <pre><code>$ id HristoOskov uid=501(HristoOskov) gid=20(staff) groups=20(staff),403(com.apple.sharepoint.group.2),404(com.apple.sharepoint.group.3),402(com.apple.sharepoint.group.1),401(com.apple.access_screensharing),12(everyone),33(_appstore),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),98(_lpadmin),100(_lpoperator),204(_developer) $ id dev uid=502(dev) gid=20(staff) groups=20(staff),403(com.apple.sharepoint.group.2),404(com.apple.sharepoint.group.3),402(com.apple.sharepoint.group.1),502(access_bpf),401(com.apple.access_screensharing),12(everyone),33(_appstore),61(localaccounts),79(_appserverusr),80(admin),81(_appserveradm),98(_lpadmin),100(_lpoperator),204(_developer) </code></pre> <p>... and how the directory that I want to have Eclipse use as a workspace...</p> <pre><code>$ ll drwxr-xr-x 4 dev staff 136 Sep 16 18:38 . drwxr-xr-x+ 39 dev staff 1326 Sep 17 03:59 .. drwxr-xr-x 4 dev admin 136 Sep 17 03:24 myWorkspace </code></pre> <hr> <h2>What I've tried...</h2> <p>So I tried making the directory that I want to put the workspace in owned by <code>root</code> but then Eclipse complains when I try to create a project...</p> <pre><code>Creation Problems Parent of resource: /Users/HristoOskov/Sites/random is marked as read-only. </code></pre> <p>Then I realized that I didn't clear out the directory properly before trying to create a workspace. Now, I have fully cleared the destination directory and I tried to create a workspace again and am faced with this error...</p> <p><img src="https://i.stack.imgur.com/3BfJO.png" alt="error"></p>
    singulars
    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.
 

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