You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As is, file (and presumably folder) deletions are not properly detected in most cases, as the sscm ls command doesn't list deleted files.
I couldn't find a way to make sscm ls list deleted files.
Find another way to detect file/folder deletions, and add delete events to database file:
* Is there a way to get a list of files that existed at any time in the past?
What does sscm history report when run on a deleted file? If it gives useful history (including deletion event), then try running sscm history on all known files to detect deletions.
Ideas for listing all known files:
Via git-fast-import's ls command?
List all known paths/files in repo across all branches
Test importing a file deletion event from Surround
The text was updated successfully, but these errors were encountered: