Changes between Version 5 and Version 6 of BitbucketSyncPlugin


Ignore:
Timestamp:
May 14, 2012, 11:25:10 AM (12 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BitbucketSyncPlugin

    v5 v6  
    99After installation of this plugin, you have to configure Bitbucket to notify Trac about changes. You do this on Bitbucket under ''Admin'' -> ''Services'' section, where you select ''POST'' service type and enter an URL of your Trac installation's `/bitbucketsync` handler. For example, if your Trac installation is on `http://www.example.com/` then enter `http://www.example.com/bitbucketsync` as service URL.
    1010
    11 Name of the repository on Bitbucket should match the local one (you can use aliases in Trac 0.12 to assure that). User under which Trac is running on the server should have write access to the local repository for which it is configured and you want to sync.
     11Name of the repository on Bitbucket should match (it is case sensitive) the local one (you can use aliases in Trac 0.12 to assure that). User under which Trac is running on the server should have write access to the local repository for which it is configured and you want to sync.
    1212
    1313Of course, local repository should be properly configured into Trac (commit and incoming hooks configured and so on). Then also ticket updates through commit messages is possible.