Ticket Change Details
Not logged in
Overview

Artifact ID: 6ed706c7c319a5de1f043585f64fb4965eb938dd
Ticket: 77c58e1415e06fd3a34ca1456b2dcbf119560126
fossil scrub --private fails when used from an open checkout
User & Date: anonymous 2011-03-04 11:01:50
Changes

  1. comment changed to:
    When used from an open checkout, fossil scrub --private yields the following error:
    
    c:\Windows\System32\fossil.exe: SQLITE_ERROR: no such table: main.delta
    c:\Windows\System32\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);
    
    CREATE TABLE IF NOT EXISTS private(rid INTEGER PRIMARY KEY);
    
    CREATE TABLE IF NOT EXISTS reportfmt(
       rn integer primary key,
       owner text,
       title text,
       cols text,
       sqlcode text
    );
    
    CREATE TABLE IF NOT EXISTS concealed(
      hash TEXT PRIMARY KEY,
      content TEXT
    );
    
    It does work when specifying the repository on the command line with the -R option though, so it's not critical.
    
  2. foundin changed to: "ae89a7ce79"
  3. private_contact changed to: "ba07c6d5d3c5e044f8238154a7f39762cc1663cc"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to:
    fossil scrub --private fails when used from an open checkout
    
  7. type changed to: "Code_Defect"