| Summary: | PDE projects have incorrect ACLs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Community | Reporter: | John Arthorne <john.arthorne> | ||||
| Component: | Servers | Assignee: | Eclipse Webmaster <webmaster> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | critical | ||||||
| Priority: | P3 | CC: | john.arthorne, Michael_Rennie | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
John Arthorne
Done. People may need to restart their SSH connections for the changes to be visible. -M. Looks good to me. Thanks! not sure is this is related or a symptom. Trying to commit some new tests for API tools results in the following exceptions (one for every new folder in the patch): org.eclipse.pde.api.tools.tests: cvs commit: ERROR: cannot write file /cvsroot/eclipse/pde/apitools/org.eclipse.pde.api.tools.tests/tests-deltas/interface/test41/resources/before/.api_description,v: No such file or directory Created attachment 183868 [details]
heres the patch in question
The patch that causes the exceptions when trying to commit
reopening me (and possibly others) cannot commit to API tools tests Well the permissions look ok: drwxrwsr-x+ 41 oliviert eclipse.pde.ui 984 Jun 22 2009 interface /cvsroot/eclipse/pde/apitools/org.eclipse.pde.api.tools.tests/tests-deltas #getfacl interface/ # file: interface/ # owner: oliviert # group: eclipse.pde.ui user::rwx group::rwx mask::rwx other::r-x default:user::rwx default:group::rwx default:mask::rwx default:other::r-x But I don't see the directory your trying to commit to: /cvsroot/eclipse/pde/apitools/org.eclipse.pde.api.tools.tests/tests-deltas/interface #ls -Fla test41 /bin/ls: test41: No such file or directory Did you 'restart' Eclipse between the changes I made and this commit? -M. (In reply to comment #6) > > Did you 'restart' Eclipse between the changes I made and this commit? Yes. I just got olivier to commit the test patch, so it would seem only I have am having problems... Well you have permission to create in that directory: mrennie@/cvsroot/eclipse/pde/apitools/org.eclipse.pde.api.tools.tests/tests-deltas/interface> mkdir t mrennie@/cvsroot/eclipse/pde/apitools/org.eclipse.pde.api.tools.tests/tests-deltas/interface> ls -Fla | grep t total 1 drwxrwsr-x+ 2 mrennie eclipse.pde.ui 48 2010-11-25 12:35 t/ -M. I just rebooted my machine and now I can commit to API tools. re-closing, not sure why it needed a reboot. > re-closing, not sure why it needed a reboot.
Windows?
(In reply to comment #11) > > re-closing, not sure why it needed a reboot. > > Windows? Ubuntu 10.10 |