I would like to create an additional user with administrative privileges on Trac & Subversion.
I was not able to figure out how to give these privileges using the trac admin panel, do I need to edit some config files?
I would like the user to administrate trac, as well as have read / write access to the svn repository.
Creating additional admin in trac / subversion
You should be able to do this when logged in as the original admin user. Click on the "Admin" tab on the top right, then click on "Permissions" in the menu on the left. You should see a box on the right side of that page which says "Grant Permission". Put the user's ID as the subject and select "TRAC_ADMIN" as the Action.
I am probably looking at a slightly different version but I think this will be the same for all versions.
Austin
Figuired it out just now
Hi Austin,
Thanks for your prompt reply. I just figured this out, by adding my user to the admin group under the "Add Subject to Group:" section.
This isn't very intuitive, but I'm not complaining.
And yes this does propagate over to Subversion, which was my main concern.