Changes between Version 15 and Version 16 of BittenForGitPlugin


Ignore:
Timestamp:
Nov 10, 2015, 9:05:34 AM (8 years ago)
Author:
figaro
Comment:

Rearranged paragraphs to maintain consistency, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • BittenForGitPlugin

    v15 v16  
    77'''Warning''': BittenForGitPlugin is in early testing phase!
    88
    9 This is a modified version of [http://bitten.edgewall.org/ Bitten]. Bitten is a continuous integration plugin for Trac. It aims to be fully compatible with the [http://git-scm.com/ git version control] system.
     9This is a modified version of [http://bitten.edgewall.org/ Bitten]. Bitten is a continuous integration plugin for Trac. It aims to be fully compatible with the [http://git-scm.com/ git version control] system. Use it to fully utilize the capabilites of Bitten when your version control system is Git.
    1010
    1111Feature: Instead of the "path", "min revision" and "max revision" of the orignal Bitten build configuration, a branch is specified.
     
    1717
    1818If you have any issues, create a
    19 [http://trac-hacks.org/newticket?component=BittenForGitPlugin&owner=tauran new ticket].
     19[/newticket?component=BittenForGitPlugin new ticket].
    2020
    2121[[TicketQuery(component=BittenForGitPlugin&group=type,format=progress)]]
     
    2323== Download
    2424
    25 Download the zipped source from [download:bittenforgitplugin here].
     25Download the zipped source from [export:bittenforgitplugin here].
     26
     27== Source
     28
     29You can check out BittenForGitPlugin from [/svn/bittenforgitplugin here] using Subversion, or [source:bittenforgitplugin browse the source] with Trac.
    2630
    2731== Installation
     
    2933Install it instead of normal Bitten. Remove all Bitten tables before installation, as the database schema is different and no automatic conversion is implemented at the moment. Install it like you would install [http://bitten.edgewall.org/wiki/Documentation/install.html Bitten].
    3034
    31 Set the following in `trac.ini`:
     35Set the following in your `trac.ini` file:
    3236
    33 {{{
    34 #!ini
     37{{{#!ini
    3538[git]
    3639cached_repository = false
     
    3841
    3942Setting it to true will cause errors currently.
    40 
    41 == Source
    42 
    43 You can check out BittenForGitPlugin from [http://trac-hacks.org/svn/bittenforgitplugin here] using Subversion, or [source:bittenforgitplugin browse the source] with Trac.
    44 
    45 == Example
    46 
    47 Use it to fully utilize the capabilites of bitten when your version control system is git.
    4843
    4944== Recent Changes