Diff
Not logged in

Differences From:

File tools/cvs2fossil/filerevtree part of check-in [124fef5b1c] - Filerevtree helper. Added missing requirements, and dialed the verbosity down. by aku on 2007-11-25 07:30:39. [view]

To:

File tools/cvs2fossil/filerevtree part of check-in [fc635d5977] - Updated helper app to changed state definition (csrevision -> csitem). by aku on 2007-11-30 15:21:14. [view]

@@ -53,9 +53,9 @@
 state reading file
 state reading revision
 state reading revisionbranchchildren
 state reading changeset
-state reading csrevision
+state reading csitem
 state reading csorder
 
 set what [lindex $argv 1]
 set centralrid -1
@@ -105,10 +105,10 @@
     AND   R.lod = S.sid
 }]] {
     set cs [state run {
 	SELECT CR.cid, CO.pos, CT.name
-	FROM csrevision CR, csorder CO, cstype CT, changeset C
-	WHERE CR.rid = $rid
+	FROM csitem CR, csorder CO, cstype CT, changeset C
+	WHERE CR.iid = $rid
 	AND   CR.cid = CO.cid
 	AND   CR.cid = C.cid
 	AND   CT.tid = C.type
     }]