Users are shared between all Trac project and svn repos. If you don’t want them to have access you just remove their permissions. Deleting them would remove them from everything. By default everyone who can authenticate has these basic Trac permissions: To create a limited set of users with permissions copy the authenticated permissions to […]
Category: Trac
Associate New Trac Project with Existing Subversion Repository
To associate a new Trac project with an existing Subversion repository: Create a Trac project with exactly the same name as the Subversion repository Then assign yourself TRAC_ADMIN permissions (so you can manage the Trac project) Finally resync the Trac project to bring in all the changesets from Subversion
API: Trac Backup
This API allows you to programmatically initiate a backup of all of your Trac projects. The URL for the API calls is: https://secure.devzing.com/api/v1/trac/backup?apikey={key} You can find your key in Settings -> Account info. Note that these API calls place a request for a backup onto a queue and return immediately. You will receive an email […]