I just tried to rebuild all my fossil repositories with “fossil all rebuild”
and I got this error message on one of them (not on the others):

fossil.exe: SQLITE_ERROR: no such table: main.delta
fossil.exe: no such table: main.delta
CREATE INDEX IF NOT EXISTS delta_i1 ON delta(srcid);

CREATE TABLE IF NOT EXISTS shun(
  uuid UNIQUE,
  mtime INTEGER,
  scom TEXT
);

CREATE TABLE IF NOT EXISTS private(rid INTEGER PRIMARY KEY);

CREATE TABLE IF NOT EXISTS concealed(
  hash TEXT PRIMARY KEY,
  mtime INTEGER,
  content TEXT
);

I am using Windows and the repository name contains an accentuated
character.
When I run “fossil sqlite3 -R the_8.3_path_to_the_repository” the schema
shows that a delta table exists.
Using “fossil rebuild the_8.3_path_to_the_repository” works.

-- 
Benoit Mortgat
20, avenue Marcel Paul
69200 Vénissieux, France
+33 6 17 15 41 58
+33 4 27 11 61 23
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to