Changes between Version 12 and Version 13 of BitbucketSyncPlugin


Ignore:
Timestamp:
Feb 3, 2016, 7:37:12 PM (8 years ago)
Author:
figaro
Comment:

Hosted on github

Legend:

Unmodified
Added
Removed
Modified
  • BitbucketSyncPlugin

    v12 v13  
    99When a Bitbucket repository is changed, this plugin pulls those changes into the local repository.
    1010
    11 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 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.
     11After 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.
    1212
    1313Name 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.
     
    2929== Installation
    3030
    31 {{{
     31This plugin can be installed as follows:
     32{{{#!sh
    3233pip install BitbucketSyncPlugin
    3334}}}
    3435
    35 For more information, please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     36For more information, please follow [t:wiki:TracPlugins#InstallingaTracPlugin documentation] on how to install Trac plugins.
    3637
    3738== Author/Contributors