merci Cyrille, On Jun 3, 3:54 am, Cyrille Berger <[email protected]> wrote: > On Thursday 03 June 2010, Yuv wrote:
> > mkdir cpm > > cd cpm > > don't do the following: > > > ln -s ../trunk/.hg > > hg update -C gsoc2010_patent_free_cpm > > Instead: > > hg clone ../trunk > hg update -C gsoc2010_patent_free_cpm that's it. just to reach the intended result it's the last four commands in my sequence that have to be changed: mkdir -p ~/src/hugin cd ~/src/hugin hg clone http://hugin.hg.sourceforge.net:8000/hgroot/hugin/hugin trunk cd trunk hg update cd .. hg clone trunk gsoc2010_cpm cd gsoc2010_cpm hg update -C gsoc2010_patent_free_cpm that will yield two folders, side by side, one is trunk and the other one is the gsoc project. Yuv -- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
