| Summary: | Add bkolb and bgruschko to modeling.emf.website | ||
|---|---|---|---|
| Product: | Community | Reporter: | Bernd Kolb <b.kolb> |
| Component: | CVS | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | anne.jacko, boris.gruschko, Ed.Merks, sharon.corbett |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
Bernd Kolb
I've added you both into the request group. -M. Hm... Somehow I still have the issue: query: cvs [commit aborted]: could not open lock file `/cvsroot/org.eclipse/www/modeling/emf/query/build/,_common.php,': Permission denied Any idea? Cheers, Bernd Hmmm, everything looks ok. My first suggestion would be:restart Eclipse, as if you have a cached connection to dev.eclipse.org it will not have been updated with your new permissions. -M. nope... that did not work Other ideas :-)? Bernd Strange. If I su into your account I can create/delete files in that directory without issue: # su - bkolb bkolb:~> cd /home/data/cvs/org.eclipse/www/modeling/emf/query bkolb:/home/data/cvs/org.eclipse/www/modeling/emf/query> touch t bkolb:/home/data/cvs/org.eclipse/www/modeling/emf/query> rm t bkolb:/home/data/cvs/org.eclipse/www/modeling/emf/query> exit I've also checked the ACLs just to make sure they aren't getting in your way. Question: had you previously checked this code via pserver? -M. Hi! I tried once more... And i do not have a chance to change anything... This is when i try to add something new: validation: cvs commit: ERROR: cannot write file /cvsroot/org.eclipse/www/modeling/emf/validation/x.txt,v: Permission denied I have not submitted anything using pserver This is the configuration i use: :extssh:bkolb@proxy.eclipse.org:443/cvsroot/org.eclipse Cheers, Bernd I reset your password so I could try and replicate this locally and I cannot. I committed a file called 'test' and it was created: bkolb modeling.emf.website 300 Jul 17 10:13 test,v And then renamed it(via cvs) bkolb modeling.emf.website 259 Jul 17 10:14 x.txt,v It's possible that the proxy is getting in the way but I have no reports of people having issues, so that's unlikely. -M. It is really strange. I can easily checkout the stuff and for the modeling cvs i can also change things. But the problem with the eclipse.org cvs still remains -Bernd Ok, I've tracked the problem down, the host that proxy.eclipse.org is mapping to is suffering from the 'more that 16 nfs groups = access violation' problem. I'm talking to our ISP about updating the destination. -M. We've removed the host that was causing issues from the list of proxy destinations. I've tested it a few times and everything seems to be working as expected. -M. |