Differences From:
File
tools/cvs2fossil/lib/c2f_pcollar.tcl
part of check-in
[78da61db0e]
- Added documentation for the persistent state of pass I.
by
aku on
2007-10-05 07:07:51.
[view]
To:
File
tools/cvs2fossil/lib/c2f_pcollar.tcl
part of check-in
[10f9d51bb2]
- Added documentation to state definition, and debugging output to the state system itself.
by
aku on
2007-10-06 03:55:06.
[view]
@@ -70,12 +70,12 @@
name TEXT NOT NULL UNIQUE
}
state writing file {
fid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
- pid INTEGER NOT NULL REFERENCES project,
+ pid INTEGER NOT NULL REFERENCES project, -- project the file belongs to
name TEXT NOT NULL,
visible TEXT NOT NULL,
- UNIQUE (pid, name)
+ UNIQUE (pid, name) -- file names are unique within a project
}
return
}