Currently using CVS ...
When creating a new project that references modular components, we use aliases to create a project directory. So, if it project1uses component1and component2, we will use aliases to pull these components into the directory project1so that
cvs co project1
Provided the developer with everything they needed - with components in subdirectories.
I understand that the equivalent in Subversion is equal svn:external, but may be incorrect.
My question is: how does this work with Mercurial? I heard people talking about expanding the forest and other modules, but I would expect such functionality to be clear enough (so I assume I missed something).
There is a related question , but I don't think this is a duplicate.
Thank you for your help.
source
share