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
- 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.
- foundin changed to: "ae89a7ce79"
- private_contact changed to: "ba07c6d5d3c5e044f8238154a7f39762cc1663cc"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to:
fossil scrub --private fails when used from an open checkout
- type changed to: "Code_Defect"