darcs

Issue 2077 Warning when re-adding deleted file/directory

Title Warning when re-adding deleted file/directory
Priority wishlist Status needs-implementation
Milestone Resolved in
Superseder Nosy List jaredj, owst
Assigned To
Topics ProbablyEasy

Created on 2011-06-06.10:39:42 by owst, last changed 2020-07-31.21:40:18 by bfrk.

Messages
msg14498 (view) Author: owst Date: 2011-06-06.10:39:41
darcs init --repo R
cd R
touch foo
darcs add foo
rm foo
darcs wh -> "No changes!"
touch foo
darcs add foo 

the final add errors with
"The following file is already in the repository;
note that to ensure portability we don't allow
files that differ only in case. Use --case-ok to override this:
...
darcs failed: No files were added"

However, darcs wh shows the file as being added.

This probably isn't that likely to occur, but it'd be a slightly strange
error for a user.
msg17256 (view) Author: bfrk Date: 2014-04-03.12:55:34
This is probably easy to fix. I propose to set the milestone to 2.10.
msg17291 (view) Author: kowey Date: 2014-04-08.12:07:59
I don't really have an opinion (or at this stage much right to comment, 
but I think it's harmless to just tentatively set the milestone)
History
Date User Action Args
2011-06-06 10:39:42owstcreate
2014-04-03 12:55:35bfrksetmessages: + msg17256
2014-04-08 12:08:01koweysetstatus: unknown -> needs-implementation
topic: + ProbablyEasy
nosy: + jaredj
messages: + msg17291
priority: wishlist
milestone: 2.10.0
2015-04-18 17:40:15ghsetmilestone: 2.10.0 -> 2.12.0
2020-07-31 21:40:18bfrksetmilestone: 2.12.0 ->