Can I move the directory a local Mercurial repository is contained in without breaking it, or does it know where it lives and expect it to live there forever? (Coming from SVN with its switch/relocate requirements for moving local repos.)
Asked
Active
Viewed 6,670 times
1 Answers
8
In short, yes. You can move the .hg repository folder and then pull a new copy of your source.
Chief A-G
- 806
- 7
- 6
-
2You can move `.hg` or the directory below it. The only thing that might break are the paths defined in `.hg/hgrc` if they are relative. – tonfa Mar 25 '10 at 21:52