Ticket Change Details
Not logged in
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

  1. foundin changed to: "[92bad3cdb8]"
  2. 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.
    
  3. Untracked field login: "nobody"
  4. Untracked field mimetype: "text/x-fossil-plain"
  5. private_contact changed to: "ba07c6d5d3c5e044f8238154a7f39762cc1663cc"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to:
    Can't commit files into a newly created repository.
    
  9. type changed to: "Code_Defect"