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 ​ ​

Read More

Trac Backup API

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 […]

Read More