On Wed, Apr 22, 2009 at 08:04:48AM +0200, Jaroslav Hajek wrote: > hello, > > I'm one of the developers of the GNU Octave project, hosted on > Savannah. We have been recently heavily discussing future development > strategy of Octave and have come to the problem of hosting multiple > mercurial repositories on Savannah. Is it possible? What needs to be > done? We need a secondary "stable" repository. We have also considered > just using branches, but these don't solve the problem well (can't do > unsymmetric merges). > > regards > > -- > RNDr. Jaroslav Hajek > computing expert & GNU Octave developer > Aeronautical Research and Test Institute (VZLU) > Prague, Czech Republic > url: www.highegg.matfyz.cz
Hi, It seems to me that we envisionned sub-repositories when setting up mercurial support through the following layout: /srv/hg/octave/.hg # Main /srv/hg/octave/subrepo1/.hg /srv/hg/octave/subrepo2/.hg Aleix, can you confirm? :) -- Sylvain