Fossil SCM
Database error: no such table: orphan
Closed
5872e90fdabec52…
· opened 15 years, 4 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- —
- Resolution
- Not_A_Bug
- Subsystem
- —
- Created
- Dec. 7, 2010 2:58 p.m.
I have both a local and remote fossil to version [cf178577ec].
I have a local commit that the remote does not have. I do "fossil push", and I get:
Server: http://[email protected]/~viric/cgi-bin/rss
Bytes Cards Artifacts Deltas
Sent: 3626 77 0 0
Received: 2899 61 0 0
Sent: 260211 110 1 27
Error: Database error: no such table: orphan
SELECT rid FROM orphan WHERE baseline=580
drh added on 2010-12-07 15:29:40: You need to run
fossil all rebuild
Do this on both client and server. If you update to the latest (prebuilt binaries available on the Fossil website) then Fossil will warn you about the need to rebuild.
anonymous added on 2010-12-08 11:39:26: Thank you. I remembered as if I had done 'rebuild' on the server, but evidently I remembered bad.