Ticket Change Details
Not logged in
Overview

Artifact ID: ea90f30a5ea1c4dd273f41708dbc6140264dccb2
Ticket: 34707fabfd8a5df2d9f600b56edf5f6106a79b41
add after rm doesn't work
User & Date: altufaltu 2011-12-22 05:20:12
Changes

  1. comment changed to:
    On executing following set of commands, file1 doesn't get added back.
    
    <verbatim>
    fossil new test
    fossil open test
    touch file1
    fossil add file1
    fossil commit -m "one"
    fossil rm file1
    fossil add file1         # <-- This command doesn't add file1 again
    fossil commit -m "two"
    fossil ls
    </verbatim>
    
    Since add followed by a commit is a valid sequence, there are possibilities of user losing his work.
    
  2. foundin changed to: "c4ade43651"
  3. private_contact changed to: "a7ec239b1a3401c4229e18dead1ea4225e287fb9"
  4. severity changed to: "Severe"
  5. status changed to: "Open"
  6. title changed to: "add after rm doesn't work"
  7. type changed to: "Code_Defect"