362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
|
</blockquote>
The D card is the usual date and time stamp and represents the point
in time when the change was entered. The U card is the login of the
programmer who entered this change. The Z card is the checksum over
the entire artifact.
Every ticket has a unique ID. The ticket to which this change is applied
is specified by the K card. A ticket exists if it contains one or
more changes. The first "change" to a ticket is what brings the
ticket into existence.
J cards specify changes to the "value" of "fields" in the ticket.
If the <i>value</i> parameter of the J card is omitted, then the
field is set to an empty string.
Each fossil server has a ticket configuration which specifies the fields its
|
|
>
|
|
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
|
</blockquote>
The D card is the usual date and time stamp and represents the point
in time when the change was entered. The U card is the login of the
programmer who entered this change. The Z card is the checksum over
the entire artifact.
Every ticket has a distinct ticket-id:
40-character lower-case hexadecimal number.
The ticket-id is given in the K-card. A ticket exists if it contains one or
more changes. The first "change" to a ticket is what brings the
ticket into existence.
J cards specify changes to the "value" of "fields" in the ticket.
If the <i>value</i> parameter of the J card is omitted, then the
field is set to an empty string.
Each fossil server has a ticket configuration which specifies the fields its
|