Fossil SCM
error trying to retrieve settings
Fixed
d22a499c90aabb1…
· opened 17 years, 7 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- Aug. 29, 2008 7:09 p.m.
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'