Ticket UUID: | f2a2a6d0486eac70a7e4225e50929b4d403cd2bf | ||
Title: | error trying to retrieve settings | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Important | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2008-11-18 02:39:56 | ||
Version Found In: | fossil-linux-x86-b3ee50c946 | ||
Description & Comments: | |||
Create a repository:
fossil new fossil-test Try to retrieve settings: fossil setting -R fossil-test error: fossil: no such table: global_config SELECT '(local)', value FROM config WHERE name='autosync' UNION ALL SELECT '(global)', value FROM global_config WHERE name='autosync' |