Ticket Change Details
Not logged in
Overview

Artifact ID: 4a64597686ac4a6889ac1de3a0d0de1a28519147
Ticket: dcd241ab527801bbcff91656ba79056fc537c10e
'fossil update' forgets about removed files in the checkout
User & Date: viriketo 2011-04-21 08:37:02
Changes

  1. comment changed to:
    I had removed a file. Then issued a "fossil update", and the file was not in the list of files to be deleted on commit anymore.
    
    I've had a session like this:
    <verbatim>
    $ fossil rm MERGE.txt 
    DELETED  MERGE.txt
    $ fossil commit
    ...
    fossil: would fork.  "update" first or use -f or --force.
    $ fossil update
    ...
    $ fossil commit
    fossil: nothing has changed
    </verbatim>
    
    So I have to issue the <kbd>fossil rm MERGE.txt</kbd> again. The MERGE.txt file has not been touched in any commit other than this I planned to do.
    
  2. foundin changed to: "[047e06193b] 2011-04-13"
  3. status changed to: "Open"
  4. title changed to:
    'fossil update' forgets about removed files in the checkout
    
  5. type changed to: "Code_Defect"