~ubuntu-branches/debian/sid/trac-bzr/sid

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2007-03-09 03:58:13 UTC
  • Revision ID: james.westby@ubuntu.com-20070309035813-0r5afx119wmgkdda
Tags: 0.2+bzr31-2
Changed bzr dependency to >= 0.13. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
trac-bzr for Debian
 
2
-------------------
 
3
 
 
4
CONTENTS
 
5
1. Enabling trac-bzr globally
 
6
2. Enabling trac-bzr per project
 
7
 
 
8
--
 
9
 
 
10
Enabling trac-bzr globally
 
11
 
 
12
   To enable, create or edit /etc/trac.ini and add:
 
13
 
 
14
    [components]
 
15
    tracbzr.* = enabled
 
16
 
 
17
  You must restart tracd for changes to take effect.
 
18
 
 
19
  Individual projects must set the repository type to "bzr"
 
20
  (without the quotes) in their <projectenv>/conf/trac.ini file.
 
21
 
 
22
--
 
23
 
 
24
Enabling trac-bzr per project
 
25
 
 
26
   Edit the <projectenv>/conf/trac.ini file:
 
27
 
 
28
   1. Ensure that the repository_type is set to "bzr" (without the
 
29
      quotes). This is also asked when creating a Trac environment
 
30
      with the 'trac-admin <projectenv> initenv' command.
 
31
 
 
32
   2. Add the following:
 
33
 
 
34
       [components]
 
35
       tracbzr.* = enabled
 
36
 
 
37
   You must restart tracd for changes to take effect.
 
38
 
 
39
 
 
40
 -- Chris Lamb <chris@chris-lamb.co.uk>, Thu,  8 Mar 2007 19:00:07 +0000