= Developer FAQ = Q: I am developer on project Sandbox. !NewUser has asked for read access, which we do not grant anonymously. What do I do? A: While logged onto the project as one of its developers there will be an "Admin" button, click it. Select General : Permissions on the left. At the bottom right you then have a panel "Add Subject to Group". The subject is "!NewUser" and the group is "user". Once filled in hit the "Add" button in that panel. Q: I've done that, but the user still can't check out from the repository!? A: The user has to wait for up to one hour. They can use the source browser in the wiki in the meantime. You have changed only the access to the trac environment (wiki, tickets, source browser etc.). Once every hour a cron job will collect access permission information from all projects and compose a new, equivalent set of svn access permissions. So by within the hour, the svn repository should be available to the user. Q: !NewUser wants to be developer on our project, and we agree. How do we set that up? A: While you are logged onto the project as one of its developers there will be an "Admin" button, click it. Select General : Permissions on the left. At the bottom right you then have a panel "Add Subject to Group". The subject is "!NewUser" and the group is "developer". Once filled in hit the "Add" button in that panel. Q: I suppose the new developer on our project can't commit to the repository until the new permissions have been propagated from the trac environment to the svn repository? A: That's correct. Should be no longer than an hour.