Fossil SCM
'fossil update' forgets about removed files in the checkout
Open
dcd241ab527801b…
· opened 14 years, 11 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- —
- Resolution
- —
- Subsystem
- —
- Created
- April 21, 2011 8:37 a.m.
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:
$ 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
So I have to issue the fossil rm MERGE.txt again. The MERGE.txt file has not been touched in any commit other than this I planned to do.