Branko Čibej <[email protected]> писал(а) в своём письме Thu, 18 May 2017
16:19:23 +0300:
may be add file content hash to represent 2 statuses of the same file
paths? At least it will protect file from accidental remove and miss
of add to commit?
There will be no accidental remove; when you commit, your new file will
remain unversioned in the working copy:
I meant delete revert. It silently replaces unversioned one.
In the first case, I suppose we could display something like the
following:
D + foo
> moved to bar
or:
D ? foo
> moved to bar
to indicate that the file was deleted, but still exists on disk.
The more interesting question is how, if at all, this would affect the
Subversion API.
That would be good. Thx!