Mercurial Forests: A Real World Example (LuaDoc with CMake)


(Update 2009/09/04: I added a new entry on Mercurial Subrepos which is slated to replace Forests.Link here)
In my last entry, we created a Git Superproject for LuaDoc and its dependencies. For comparison, let's repeat the example using the Mercurial Forest Extension.
Because the Forest is still an unofficial extension, you may need to configure/install things for your Mercurial installation. My example below assumes you have a working Forest extension installed. The following link contains instructions and a tutorial I based this example on.
http://www.selenic.com/mercurial/wiki/index.cgi/ForestExtension
The first step is to create the regular individual Mercurial repositories for each subproject. …


View Comments