Comment on GitHub-like WebUI for Subversion
wildbus8979@sh.itjust.works 10 months agoAlso for externals see: stackoverflow.com/questions/571232/…/18088319#180…
Comment on GitHub-like WebUI for Subversion
wildbus8979@sh.itjust.works 10 months agoAlso for externals see: stackoverflow.com/questions/571232/…/18088319#180…
cygon@lemmy.world 10 months ago
That’s what I meant when I wrote “Git submodules can only point to a whole different repository” - they can’t point to a path inside a repository, only to another repository root. That unfortunately renders them useless for me (I’d have to set up in the order of hundreds of small repositories for the sets of shared data I have).
wildbus8979@sh.itjust.works 10 months ago
Sounds like your problem could easily be solved with a symlink…
DampCanary@lemmy.world 10 months ago
which breaks if you checkout on windows