~ubuntu-branches/debian/squeeze/bugzilla/squeeze

« back to all changes in this revision

Viewing changes to docs/html/integration.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
 
<HTML
3
 
><HEAD
4
 
><TITLE
5
 
>Integrating Bugzilla with Third-Party Tools</TITLE
6
 
><META
7
 
NAME="GENERATOR"
8
 
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9
 
REL="HOME"
10
 
TITLE="The Bugzilla Guide - 3.0.4  Release"
11
 
HREF="index.html"><LINK
12
 
REL="UP"
13
 
TITLE="Customizing Bugzilla"
14
 
HREF="customization.html"><LINK
15
 
REL="PREVIOUS"
16
 
TITLE="Customizing Who Can Change What"
17
 
HREF="cust-change-permissions.html"><LINK
18
 
REL="NEXT"
19
 
TITLE="The Bugzilla FAQ"
20
 
HREF="faq.html"></HEAD
21
 
><BODY
22
 
CLASS="section"
23
 
BGCOLOR="#FFFFFF"
24
 
TEXT="#000000"
25
 
LINK="#0000FF"
26
 
VLINK="#840084"
27
 
ALINK="#0000FF"
28
 
><DIV
29
 
CLASS="NAVHEADER"
30
 
><TABLE
31
 
SUMMARY="Header navigation table"
32
 
WIDTH="100%"
33
 
BORDER="0"
34
 
CELLPADDING="0"
35
 
CELLSPACING="0"
36
 
><TR
37
 
><TH
38
 
COLSPAN="3"
39
 
ALIGN="center"
40
 
>The Bugzilla Guide - 3.0.4  Release</TH
41
 
></TR
42
 
><TR
43
 
><TD
44
 
WIDTH="10%"
45
 
ALIGN="left"
46
 
VALIGN="bottom"
47
 
><A
48
 
HREF="cust-change-permissions.html"
49
 
ACCESSKEY="P"
50
 
>Prev</A
51
 
></TD
52
 
><TD
53
 
WIDTH="80%"
54
 
ALIGN="center"
55
 
VALIGN="bottom"
56
 
>Chapter 6. Customizing Bugzilla</TD
57
 
><TD
58
 
WIDTH="10%"
59
 
ALIGN="right"
60
 
VALIGN="bottom"
61
 
><A
62
 
HREF="faq.html"
63
 
ACCESSKEY="N"
64
 
>Next</A
65
 
></TD
66
 
></TR
67
 
></TABLE
68
 
><HR
69
 
ALIGN="LEFT"
70
 
WIDTH="100%"></DIV
71
 
><DIV
72
 
CLASS="section"
73
 
><H1
74
 
CLASS="section"
75
 
><A
76
 
NAME="integration"
77
 
>6.5. Integrating Bugzilla with Third-Party Tools</A
78
 
></H1
79
 
><DIV
80
 
CLASS="section"
81
 
><H2
82
 
CLASS="section"
83
 
><A
84
 
NAME="bonsai"
85
 
>6.5.1. Bonsai</A
86
 
></H2
87
 
><P
88
 
>Bonsai is a web-based tool for managing 
89
 
    <A
90
 
HREF="integration.html#cvs"
91
 
>CVS, the Concurrent Versioning System</A
92
 
>
93
 
 
94
 
    . Using Bonsai, administrators can control open/closed status of trees,
95
 
    query a fast relational database back-end for change, branch, and comment
96
 
    information, and view changes made since the last time the tree was
97
 
    closed. Bonsai
98
 
    also integrates with  
99
 
    <A
100
 
HREF="integration.html#tinderbox"
101
 
>Tinderbox, the Mozilla automated build management system</A
102
 
>.
103
 
    </P
104
 
></DIV
105
 
><DIV
106
 
CLASS="section"
107
 
><H2
108
 
CLASS="section"
109
 
><A
110
 
NAME="cvs"
111
 
>6.5.2. CVS</A
112
 
></H2
113
 
><P
114
 
>CVS integration is best accomplished, at this point, using the
115
 
    Bugzilla Email Gateway.</P
116
 
><P
117
 
>Follow the instructions in this Guide for enabling Bugzilla e-mail
118
 
    integration. Ensure that your check-in script sends an email to your
119
 
    Bugzilla e-mail gateway with the subject of 
120
 
    <SPAN
121
 
CLASS="QUOTE"
122
 
>"[Bug XXXX]"</SPAN
123
 
>, 
124
 
    and you can have CVS check-in comments append to your Bugzilla bug. If
125
 
    you  want to have the bug be closed automatically, you'll have to modify
126
 
    the <TT
127
 
CLASS="filename"
128
 
>contrib/bugzilla_email_append.pl</TT
129
 
> script.
130
 
    </P
131
 
><P
132
 
>There is also a CVSZilla project, based upon somewhat dated 
133
 
    Bugzilla code, to integrate CVS and Bugzilla through CVS' ability to 
134
 
    email. Check it out at: <A
135
 
HREF="http://www.cvszilla.org/"
136
 
TARGET="_top"
137
 
>http://www.cvszilla.org/</A
138
 
>.
139
 
    </P
140
 
><P
141
 
>Another system capable of CVS integration with Bugzilla is
142
 
    Scmbug. This system provides generic integration of Source code
143
 
    Configuration Management with Bugtracking. Check it out at: <A
144
 
HREF="http://freshmeat.net/projects/scmbug/"
145
 
TARGET="_top"
146
 
>http://freshmeat.net/projects/scmbug/</A
147
 
>.
148
 
    </P
149
 
></DIV
150
 
><DIV
151
 
CLASS="section"
152
 
><H2
153
 
CLASS="section"
154
 
><A
155
 
NAME="scm"
156
 
>6.5.3. Perforce SCM</A
157
 
></H2
158
 
><P
159
 
>You can find the project page for Bugzilla and Teamtrack Perforce
160
 
    integration (p4dti) at: 
161
 
    <A
162
 
HREF="http://www.ravenbrook.com/project/p4dti/"
163
 
TARGET="_top"
164
 
>http://www.ravenbrook.com/project/p4dti/</A
165
 
>
166
 
 
167
 
    . 
168
 
    <SPAN
169
 
CLASS="QUOTE"
170
 
>"p4dti"</SPAN
171
 
>
172
 
 
173
 
    is now an officially supported product from Perforce, and you can find
174
 
    the "Perforce Public Depot" p4dti page at 
175
 
    <A
176
 
HREF="http://public.perforce.com/public/perforce/p4dti/index.html"
177
 
TARGET="_top"
178
 
>http://public.perforce.com/public/perforce/p4dti/index.html</A
179
 
>
180
 
 
181
 
    .</P
182
 
><P
183
 
>Integration of Perforce with Bugzilla, once patches are applied, is
184
 
    seamless. Perforce replication information will appear below the comments
185
 
    of each bug. Be certain you have a matching set of patches for the
186
 
    Bugzilla version you are installing. p4dti is designed to support
187
 
    multiple defect trackers, and maintains its own documentation for it.
188
 
    Please consult the pages linked above for further information.</P
189
 
></DIV
190
 
><DIV
191
 
CLASS="section"
192
 
><H2
193
 
CLASS="section"
194
 
><A
195
 
NAME="svn"
196
 
>6.5.4. Subversion</A
197
 
></H2
198
 
><P
199
 
>Subversion is a free/open-source version control system,
200
 
     designed to overcome various limitations of CVS. Integration of
201
 
     Subversion with Bugzilla is possible using Scmbug, a system
202
 
     providing generic integration of Source Code Configuration
203
 
     Management with Bugtracking. Scmbug is available at <A
204
 
HREF="http://freshmeat.net/projects/scmbug/"
205
 
TARGET="_top"
206
 
>http://freshmeat.net/projects/scmbug/</A
207
 
>.</P
208
 
></DIV
209
 
><DIV
210
 
CLASS="section"
211
 
><H2
212
 
CLASS="section"
213
 
><A
214
 
NAME="tinderbox"
215
 
>6.5.5. Tinderbox/Tinderbox2</A
216
 
></H2
217
 
><P
218
 
>Tinderbox is a continuous-build system which can integrate with
219
 
    Bugzilla - see
220
 
    <A
221
 
HREF="http://www.mozilla.org/projects/tinderbox"
222
 
TARGET="_top"
223
 
>http://www.mozilla.org/projects/tinderbox</A
224
 
> for details
225
 
    of Tinderbox, and 
226
 
    <A
227
 
HREF="http://tinderbox.mozilla.org/showbuilds.cgi"
228
 
TARGET="_top"
229
 
>http://tinderbox.mozilla.org/showbuilds.cgi</A
230
 
> to see it
231
 
    in action.</P
232
 
></DIV
233
 
></DIV
234
 
><DIV
235
 
CLASS="NAVFOOTER"
236
 
><HR
237
 
ALIGN="LEFT"
238
 
WIDTH="100%"><TABLE
239
 
SUMMARY="Footer navigation table"
240
 
WIDTH="100%"
241
 
BORDER="0"
242
 
CELLPADDING="0"
243
 
CELLSPACING="0"
244
 
><TR
245
 
><TD
246
 
WIDTH="33%"
247
 
ALIGN="left"
248
 
VALIGN="top"
249
 
><A
250
 
HREF="cust-change-permissions.html"
251
 
ACCESSKEY="P"
252
 
>Prev</A
253
 
></TD
254
 
><TD
255
 
WIDTH="34%"
256
 
ALIGN="center"
257
 
VALIGN="top"
258
 
><A
259
 
HREF="index.html"
260
 
ACCESSKEY="H"
261
 
>Home</A
262
 
></TD
263
 
><TD
264
 
WIDTH="33%"
265
 
ALIGN="right"
266
 
VALIGN="top"
267
 
><A
268
 
HREF="faq.html"
269
 
ACCESSKEY="N"
270
 
>Next</A
271
 
></TD
272
 
></TR
273
 
><TR
274
 
><TD
275
 
WIDTH="33%"
276
 
ALIGN="left"
277
 
VALIGN="top"
278
 
>Customizing Who Can Change What</TD
279
 
><TD
280
 
WIDTH="34%"
281
 
ALIGN="center"
282
 
VALIGN="top"
283
 
><A
284
 
HREF="customization.html"
285
 
ACCESSKEY="U"
286
 
>Up</A
287
 
></TD
288
 
><TD
289
 
WIDTH="33%"
290
 
ALIGN="right"
291
 
VALIGN="top"
292
 
>The Bugzilla FAQ</TD
293
 
></TR
294
 
></TABLE
295
 
></DIV
296
 
></BODY
297
 
></HTML
298
 
>
 
 
b'\\ No newline at end of file'