Community
Participate
Working Groups
We had a git setup problem and some files where created with the "common" group (instead of "eclipse.platform.swt") under: /gitroot/platform/eclipse.platform.swt.git These files are owned by Lakshmi (lshanmugam), so I believe we either need shell access for Lakshmi or some one with root access needs to: ssh <user>@dev.eclipse.org cd /gitroot/platform/eclipse.platform.swt.git chgrp -R eclipse.platform.swt *
I've updated all of the group ownerships. -M.