logoalt Hacker News

atommclainyesterday at 3:26 PM1 replyview on HN

My biggest criticism with SPM is that there doesn't seem to be a way to use it with git worktree since the package cache is centralized as opposed to being at the directory/project/workspace level.


Replies

wahnfriedenyesterday at 11:27 PM

Can you elaborate on the use case? I've started putting my local package dependencies into Vendor/ submodules in the repo I'm using them. I can't use worktrees with this setup?