Managing 3rd party dependencies for C++
Hylton Peimer
Hylton.Peimer at aternity.com
Tue Apr 17 15:26:11 UTC 2012
We have to parallel development groups.
One group uses Java with Maven, and the maven manages dependencies with a local Sonatype Nexus repository.
The C++ team also have many third party libraries which need to be managed. Since moving to HG we used subrepository feature of hg to bring the third party libraries from an SVN repository. Previous solution used SVN externals. SVN's advantage here is that we don't have to fetch the entire repository, instead only bring the required version in the .hgsub
This solution is clumsy. Especially updating and adding new versions.
Are there alternative solutions for managing third party C++ libs with Mercurial, on Windows.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20120417/6c18a079/attachment-0002.html>
More information about the Mercurial
mailing list