Git, the D package manager

Vladimir Panteleev via Digitalmars-d digitalmars-d at puremagic.com
Mon Feb 2 03:04:03 PST 2015


On Monday, 2 February 2015 at 11:00:20 UTC, Manu wrote:
> What's the solution to this problem?

This is a bit of a hack, but so far my solution is to further 
split up the package's modules to subpackages:

https://github.com/CyberShadow/ae

> Is it that your src directory should have symlinks to the src
> directories of the submodules? Is that why you raise the symlink
> support on windows issue? I haven't thought of that before, and 
> have no idea if it works...

Yes. It would also allow using Deimos repositories with git.

Unfortunately, it doesn't work on Windows.

> Does git support relative symlinks?

I think so - just not on Windows.


More information about the Digitalmars-d mailing list