Daniel Shahaf <d...@daniel.shahaf.name> писал(а) в своём письме Wed, 14 Jun
2017 20:47:16 +0300:
The first column of `status` output reports not only the in-wc.db status
(e.g., 'A' / 'D' / 'R'), but also the on-disk status, e.g., '?' and '!'.
For example, compare how after 'svn add iota && /bin/rm iota', iota is
reported with status '!' rather than 'A'. So I think it would make
sense to have a file that is scheduled to be deleted, but exists on
disk, to be reported as, say, a lowercase 'd'.
In mine case it's `svn remove iota && type nul > iota`
But i think this is almost the same case.