Note that there are some explanatory texts on larger screens.

plurals
  1. POServe several mercurial repositories on the same server
    primarykey
    data
    text
    <p>I have a following question. We are currently trying to select an appropriate structure for our development. What we are trying to achieve is the following:</p> <ul> <li>There is a central repository in Mercurial that we have - let's call it A.</li> <li>There are also repositories in Mercurial that are the children of A - repositories B, C, and D (for each developer).</li> <li>Each of these repositories has a hook binding it to Hudson.</li> <li>Hudson has several jobs (for each developer) - it generates a build and deploys it on the test server in the catalog for the concrete developer that made a push to it's own repository.</li> <li>Therefore each developer can play with his own repository and make pushes to the central one only about once in a week.</li> </ul> <p>The question is how to host all those repositories on a single server. I want something like:</p> <ul> <li><a href="http://server:8000/central" rel="nofollow">http://server:8000/central</a></li> <li><a href="http://server:8000/developer1" rel="nofollow">http://server:8000/developer1</a></li> <li><a href="http://server:8000/developer2" rel="nofollow">http://server:8000/developer2</a></li> <li>...etc</li> </ul> <p>In that way I can create scripts in Hudson for each repository and that way the jobs of one developer will not affect the other in any way, nor will the testing of EARs overlap, since every developer will get his own EAR generated and deployed.</p> <p>UPD. Thanks to everyone for answering. Now we use the following structure.</p> <ul> <li>The central repository is hosted at 8000 port with <strong>hg serve</strong> command.</li> <li>As for the personal developer repositories, they were created by cloning from central repository and then hosted on 8001 port with the help of hgweb.cgi (watch this <a href="http://mercurial.selenic.com/wiki/HgWebDirStepByStep" rel="nofollow" title="tutorial">tutorial</a>).</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload