Diff
Not logged in

Differences From:

File src/schema.c part of check-in [62f37c9722] - Begin porting the CVSTrac ticket reporting code over to fossil. The new code is not yet connected into the system. The port is incomplete. by drh on 2007-11-26 01:33:50. Also file src/schema.c part of check-in [d0305b305a] - Merged mainline into my branch to get the newest application. by aku on 2007-12-05 08:07:46. [view]

To:

File src/schema.c part of check-in [41cf3e7c1d] - Remove string_xform.c from the makefile. Require a "sym-" prefix on tags used to name baselines or branches. The prefix is omitted when the tag is used for this purpose; it is only there to avoid ambiguity with other built-in tag names. by drh on 2008-02-06 03:05:42. [view]

@@ -221,9 +221,11 @@
 @ -- is defined by a row in the next table.
 @ --
 @ -- Wiki pages are tagged with "wiki-NAME" where NAME is the name of
 @ -- the wiki page.  Tickets changes are tagged with "ticket-UUID" where
-@ -- UUID is the indentifier of the ticket.
+@ -- UUID is the indentifier of the ticket.  Tags used to assign symbolic
+@ -- names to baselines are branches are of the form "sym-NAME" where
+@ -- NAME is the symbolic name.
 @ --
 @ CREATE TABLE tag(
 @   tagid INTEGER PRIMARY KEY,       -- Numeric tag ID
 @   tagname TEXT UNIQUE              -- Tag name.