Differences From:
File
tools/cvs2fossil/lib/c2f_pcollrev.tcl
part of check-in
[70d4a81162]
- Added another consistency check, and revised the comments to use the more exact terms for the various relationships.
by
aku on
2007-10-26 06:53:16.
[view]
To:
File
tools/cvs2fossil/lib/c2f_pcollrev.tcl
part of check-in
[831e8f360d]
- Replaced the ASCII art showing entity links with dia'grams and gif images derived from them. Especially useful when trying to understand the paranoia checks.
by
aku on
2007-10-27 04:59:07.
[view]
@@ -316,19 +316,10 @@
# This code performs a number of paranoid checks of the
# database for inconsistent cross-references.
log write 4 collrev {Check database consistency}
- #
- # +-> Symbol ------------------+
- # | ^ | [1]
- # | | V
- # | Revision --> File --> Project
- # | [3] | ^
- # | V | [2]
- # +--- Meta -------------------+
- #
-
- set n 0
+ set n 0 ; # Counter for the checks (we print an id before the
+ # main label).
# Find all revisions which disagree with their line of
# development about the project they are owned by.
Check \