microsoft / scalar

Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
MIT License
1.39k stars 63 forks source link

Remove Scalar_Clone.sh utility script on Mac #420

Closed chrisd8088 closed 4 years ago

chrisd8088 commented 4 years ago

This utility script was originally added to the VFSForGit project in the early bulk commit microsoft/VFSForGit@785ccb4a67281d0eb10f19cb53e6431b62b88555, as part of a trio of scripts to make it easier to mount, clone, and unmount a test repository in the ~/GVFSTest directory.

In PR #216, though, the mount and unmount helper scripts were removed as no longer relevant to Scalar.

While the remaining script is still functional, its utility is limited as its restriction to a fixed ~/ScalarTest directory makes less sense without the matching mount/unmount scripts, so we remove it here.