Changes between Version 1 and Version 2 of BitbucketSyncPlugin


Ignore:
Timestamp:
Feb 4, 2012, 1:58:58 AM (12 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BitbucketSyncPlugin

    v1 v2  
    77When a Bitbucket repository is changed, this plugin pulls those changes into the local repository.
    88
    9 After 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 to your Trac installation's `/bitbucketsync` URL.
     9After 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.
    1010
    1111Name 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.