Overview
| Artifact ID: | 2b1ebc6a1b96eea294f420da36c61e7aa32664b4 |
|---|---|
| Ticket: | 9d9d42d9aab130ff53bffc28cee3abf23d964157
Can't commit files into a newly created repository. |
| User & Date: | anonymous 2013-10-05 20:49:17 |
Changes
- foundin changed to: "[92bad3cdb8]"
- Untracked field icomment:
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.
- Untracked field login: "nobody"
- Untracked field mimetype: "text/x-fossil-plain"
- private_contact changed to: "ba07c6d5d3c5e044f8238154a7f39762cc1663cc"
- severity changed to: "Critical"
- status changed to: "Open"
- title changed to:
Can't commit files into a newly created repository.
- type changed to: "Code_Defect"