Using a local repository with haxelib

Is it possible to use “haxelib hg” to hook up with a local Mercurial repository?

Sorry if this is an obvious question. I’m not very good with command line usage and what I’ve tried so far doesn’t work. I get an error telling me the repository could not be cloned. I’m currently using TortoiseHg + Mercurial for repository management, if that makes any difference.

Perhaps use haxelib dev <name of your lib> <path to hg checkout> to use your own local directory?

Excellent, that was a much simpler alternative. Thank you!

1 Like