Ticket Change Details
Not logged in
Overview

Artifact ID: 75a5d5bcfa27ed823643d06c0d1558105bfa4e18
Ticket: 0ff64b0a5fc88e7e98b9db082c6928d6f63e3e6e
manifest file is malformed error after file rename
User & Date: anonymous 2012-11-03 23:08:57
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous claiming to be seanc added on 2012-11-03 23:08:57 UTC:</i><br />
    This took me a few hours to figure out and gave me a good scare. I finished spending ~6hrs working on the same file doing a large refactor and this error had me in a panic for a while. Here's the reproducable test case.
    
    <pre>% alias fs fossil
    % echo old >> foo.txt
    % fs add foo.txt
    ADDED  foo.txt
    % fs ci -m "Add foo with 'old' content" foo.txt
    New_Version: 74332f59163ade09a83448a86ad20cf68e443805
    % fs mv foo.txt foo-old.txt
    RENAME foo.txt foo-old.txt
    % echo new > foo.txt
    % fs ci foo.txt
    fossil: fossil knows nothing about: foo.txt
    Exit 1
    % fs add foo.txt
    ADDED  foo.txt
    % fs ci -m "This won't work" foo.txt
    New_Version: a75fbcde19942395fe638a4c7dddd18bc995262a
    fossil: manifest file (5) is malformed
    Exit 1</pre>
    
  2. resolution changed to: "Open"