Changes between Initial Version and Version 1 of GitHubSyncPlugin


Ignore:
Timestamp:
May 4, 2012, 12:47:40 PM (12 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitHubSyncPlugin

    v1 v1  
     1= GitHub sync plugin =
     2
     3== Description ==
     4
     5This plugin syncs GitHub repository with local repository used by Trac.
     6
     7When a GitHub repository is changed, this plugin pulls those changes into the local repository.
     8
     9After installation of this plugin, you have to configure GitHub to notify Trac about changes. You do this on GitHub under ''Admin'' -> ''Service Hooks'' section, where you select ''Post-Receive URLs'' service hook type and enter an URL of your Trac installation's `/githubsync` handler. For example, if your Trac installation is on `http://www.example.com/` then enter `http://www.example.com/githubsync` as service hook URL.
     10
     11Name of the repository on GitHub 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.
     12
     13== Bugs/Feature Requests ==
     14
     15Please use [https://bitbucket.org/mitar/trac-githubsync/issues Bitbucket] for any issues you have with GitHubSyncPlugin.
     16
     17== Download ==
     18
     19Download the zipped source from [https://bitbucket.org/mitar/trac-githubsync/get/tip.zip here].
     20
     21== Source ==
     22
     23You can clone GitHubSyncPlugin from [https://bitbucket.org/mitar/trac-githubsync here] using Mercurial, or [https://bitbucket.org/mitar/trac-githubsync/src browse the source] on Bitbucket.
     24
     25== Installation ==
     26
     27Please follow [http://trac.edgewall.org/wiki/TracPlugins#InstallingaTracPlugin documentation] on how to install Trac's plugins.
     28
     29== Author/Contributors ==
     30
     31'''Author:''' [wiki:mitar] [[BR]]
     32'''Maintainer:''' [wiki:mitar] [[BR]]
     33'''Contributors:'''