Hi.
Using CVS at the moment...
When creating a new project that references modular components we use aliases to put together a project directory. So, if project1
uses component1
and component2
then we'd use aliases to pull these components into the project1
directory so that
cvs co project1
Would give the developer all they need - with the components in sub-directories.
I understand the equivalent in Subversion is svn:external
, but could be wrong.
My question is how does this work with Mercurial? I've heard folks talk about the Forest Extension and various other modules but I'd have expected this sort of functionality to be pretty core (so I'm assuming I've missed something).
There is a related question, but I don't think this is a duplicate.
Thanks for your help.