summaryrefslogtreecommitdiffstats
path: root/docs/sgml/integration.sgml
blob: c7aa78f829591ddf5b1060eef48a1860ae96bfee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN" > -->

<!-- Keep these tools listings in alphabetical order please. -MPB -->

<chapter id="integration">
  <title>Integrating Bugzilla with Third-Party Tools</title>

  <section id="bonsai">
    <title>Bonsai</title>
    <para>We need Bonsai integration information.</para>
  </section>

  <section id="cvs">
    <title>CVS</title>
    <para>CVS integration is best accomplished, at this point, using the Bugzilla Email Gateway.</para>
  </section>

  <section id="scm">
    <title>Perforce SCM</title>
    <para>
      You can find the project page for Bugzilla and Teamtrack Perforce integration at:
      <ulink url="http://www.ravenbrook.com/project/p4dti/">
	http://www.ravenbrook.com/project/p4dti</ulink>.  "p4dti" is now an officially
      supported product from Perforce, and you can find the "Perforce Public Depot"
      p4dti page at <ulink url="http://public.perforce.com/public/perforce/p4dti/index.html">
	http://public.perforce.com/public/perforce/p4dti/index.html</ulink>.
    </para>
    <para>
      Integration of Perforce with Bugzilla, once patches are applied, is fairly seamless.  However,
      p4dti is a patch against the Bugzilla 2.10 release, not the current 2.12 release.  I anticipate
      patches for 2.12 will be out shortly.  Check the project page regularly for updates, or
      take the given patches and patch it manually.  p4dti is designed to support multiple defect
      trackers, and maintains its own documentation for it.  Please consult the pages linked
      above for further information.
    </para>
    <para>
      Right now, there is no way to synchronize the Bug ID and the Perforce Transaction Number, or
      to change the Bug ID to read (PRODUCT).bugID unless you hack it in.  Additionally, if you
      have synchronization problems, the easiest way to avoid them is to only put the bug
      information, comments, etc. into Bugzilla, and not into the Perforce change records.
      They will link anyway; merely reference the bug ID fixed in your change description,
      and put a comment into Bugzilla
      giving the change ID that fixed the Bugzilla bug.  It's a process issue, not a technology
      question.
    </para>
  </section>

  <section id="tinderbox">
    <title>Tinderbox</title>
    <para>We need Tinderbox integration information</para>
  </section>

</chapter>




<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-always-quote-attributes:t
sgml-auto-insert-required-elements:t
sgml-balanced-tag-edit:t
sgml-exposed-tags:nil
sgml-general-insert-case:lower
sgml-indent-data:t
sgml-indent-step:2
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
sgml-minimize-attributes:nil
sgml-namecase-general:t
sgml-omittag:t
sgml-parent-document:("Bugzilla-Guide.sgml" "book" "chapter")
sgml-shorttag:t
sgml-tag-region-if-active:t
End:
-->