Migrating from CVS to Mercurial - how to handle cross-repo symbolic links?
Posted
by NVRAM
on Stack Overflow
See other posts from Stack Overflow
or by NVRAM
Published on 2010-04-14T17:47:16Z
Indexed on
2010/04/14
17:53 UTC
Read the original article
Hit count: 247
I have a project that is stored in CVS as numerous modules/repositories.
In several of the modules the CVS tree has symbolic links to the files in another tree. For example, the internal support tools have links to binary files (DLL, EXE) that are created and stored in the C# module.
In all cases, the files are modified only in in the module where the files exist and are treated as read-only in the tree where the symbolic link exists. More often than not, the files are pulled to machines running MSWindows so the use of symbolic links on the developer machine is not an option.
My question is this: Is there a mechanism in Mercurial that can provide the same capabilities?
© Stack Overflow or respective owner