Closed
Description
The original note was moved to a new issue #574
One of the interactions between Medley and Git is the handling of deleting a file from the repo.
If I have on my local disk
FOO
FOO.~1~
andFOO.~2~
and with some git action that updates FOO (checkout of another branch), it recovers OK : git will break the hard link betweenFOO
andFOO.~2~
and Lisp will seeFOO;3
.But things aren't so good if the checkout deletes
FOO
becauseFOO.~1~
andFOO.~2~
are still around. Lisp will see INFILEP(FOO) finding FOO:2.At the very least, a github "hook" could warn the user when the checkout deleted a file while there are
~nn~
versions.
Metadata
Metadata
Assignees
Labels
No labels