Fossil SCM
missing table time_fudge on commit
Fixed
289844a2cb535a4…
· opened 15 years, 4 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- —
- Resolution
- Fixed
- Subsystem
- —
- Created
- Nov. 14, 2010 10:54 a.m.
doing commits using the --date-override option i a strange way forces the following error:
fossil "commit" "--force" "--user-override" "anonymous" "--date-override" "2003-02-18 14:22:20" "--comment" "Initial revision" fossil "commit" "--nosign" "--force" "--user-override" "anonymous" "--date-override" "2003-02-18 14:22:19" "--branch" "avendor" "--comment" "nocomment" ..\fossil.exe: SQLITE_ERROR: no such table: time_fudge ..\fossil.exe: no such table: time_fudge INSERT OR REPLACE INTO time_fudge VALUES(5, 2452689.098842593, 6, 2452689.098831019); If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date.
wolfgang added on 2010-11-14 16:17:42: This appears while trying to import a cvs repository into fossil. The avendor branches, created on importing sources are generated with the same time, as the main version:
1.1 initial revision with time a
|
+- 1.1.1 branch "avendor"
|
+- 1.1.1.1 same file as 1.1 with time a like 1.1
|
+- tag "arelease"