Not logged in
Diff

Differences From Artifact [5f6ed2b26b]:

  • File www/bugtheory.wiki — part of check-in [7083eb1a1c] at 2008-11-20 03:14:22 on branch trunk — Change the markup in the index.wiki page from HTML to wiki. Extend the wikitheory.wiki page. Other documentation tweaks. (user: drh size: 6331)

To Artifact [062a9acd52]:

  • File www/bugtheory.wiki — part of check-in [904ee40b93] at 2009-01-23 00:16:26 on branch trunk — Change "baseline" to "check-in" in the on-line documentation. (user: drh size: 6298)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h1>Bug-Tracking In <a href="index.wiki">Fossil</a></h1>

A bug-report in fossil is called a "ticket".  Tickets are tracked
separately from code check-ins (baselines).

Some other distributed bug-tracking systems store tickets as files within
the source tree and thereby leverage the syncing and merging capabilities
of the versioning system to sync and merge tickets.  This approach is
rejected in fossil for three reasons:

  1.  Check-ins (a.k.a. "baselines") in fossil are immutable.  So if
      tickets were part of the check-in, then there would be no way to add
      new tickets to a check-in as new bugs are discovered.

  2.  Any project of reasonable size and complexity will generate thousands
      and thousands of tickets, and we do not want all those ticket files
      cluttering the source tree.




|






|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<h1>Bug-Tracking In <a href="index.wiki">Fossil</a></h1>

A bug-report in fossil is called a "ticket".  Tickets are tracked
separately from code check-ins.

Some other distributed bug-tracking systems store tickets as files within
the source tree and thereby leverage the syncing and merging capabilities
of the versioning system to sync and merge tickets.  This approach is
rejected in fossil for three reasons:

  1.  Check-ins in fossil are immutable.  So if
      tickets were part of the check-in, then there would be no way to add
      new tickets to a check-in as new bugs are discovered.

  2.  Any project of reasonable size and complexity will generate thousands
      and thousands of tickets, and we do not want all those ticket files
      cluttering the source tree.