Re: Modifying Mozilla code on a separate Hg repo?
Robert Kaiser <[email protected]> Thu, 15 May 2008 01:53:29 +0200
| Newsgroups | gmane.comp.mozilla.documentation |
|---|---|
| Message-ID | <[email protected]> |
Alex Vincent wrote: > * I want to host a copy of the cvs-trunk-mirror repository on mozdev (or > at Skyfire, behind an internal firewall), and check out from that > location instead of from hg.mozilla.org. Then I would make changes to > that repository instead of the official cvs-trunk-mirror. (We do modify > native Mozilla code a bit to meet our needs.) Erm, every checkout _is_ a copy of the repository, this is in the nature of all DVCS solutions - and you can clone as many repositories as you like and merge them together, wherever they sit, on your machine, on your copany's, on mozdev, on hg.mozilla.org or wherever. Robert Kaiser