-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ScalarVerb: Remove EnsureLocalCacheIsHealthy
With the deprecating of the mount process (and verb) EnsureLocalCacheIsHealthy is no longer needed. In VFS4G, EnsureLocalCacheIsHealthy is needed because: - A mapping file is used in the .gvfsCache directory that may need to be regenerated if the user deletes it. - The decision was made that the mount verb should ensure that the alternates file is properly configured to use the cache directory. However, in Scalar: - A mapping file will not be used (Scalar will rely on repository IDs and stable hashes. - There will be no 'mount' verb run by users - Scalar will not be responsible for automatically fixing up modifications made by users that would remove the .scalarCache directory from the alternates files And so EnsureLocalCacheIsHealthy is being removed.
- Loading branch information
Showing
2 changed files
with
3 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters