Fossil SCM
Can't commit files into a newly created repository.
9d9d42d9aab130f…
· opened 12 years, 6 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Critical
- Resolution
- Fixed
- Subsystem
- —
- Created
- Oct. 5, 2013 8:49 p.m.
Hello,
There is a bug making it impossible to commit anything into a newly created repository.
Here are the steps to reproduce it:
fossil create test.fossil mkdir test cd test fossil open ../test.fossil echo "test" >testfile fossil add testfile fossil commit -m"Test commit"
This produces the following error: Could not find manifest for RID 1. Possible checkout/repo mismatch.
This is apparently caused by [7557c3e03f]. I reverted that particular change and recompiled fossil, and the problem is not happening anymore.
Comments (1)
Hello,
There is a bug making it impossible to commit anything into a newly created repository.
Here are the steps to reproduce it:
fossil create test.fossil mkdir test cd test fossil open ../test.fossil echo "test" >testfile fossil add testfile fossil commit -m"Test commit"
This produces the following error: Could not find manifest for RID 1. Possible checkout/repo mismatch.
This is apparently caused by [7557c3e03f]. I reverted that particular change and recompiled fossil, and the problem is not happening anymore.