On Tue, Feb 14, 2012 at 18:26, Robin Axelsson <[email protected]> wrote: > Does anyone know how to log in and clone the Mercurial repository with hg? > I have tried to follow the intructions at > http://wiki.openindiana.org/oi/Source+Repositories > but I don't have the path "/data/export/wombat" on my system nor am I > capable of creating such a path as per the instructions on the wiki page so > I just issue the command: > > # hg clone -U ssh://[email protected]/hg/wombat/source > /mystoragepool/wombat > > but then it asks for a password that seems to be unknown. I also don't have > the user "hg" but I don't see why it should be necessary to have one. I have > cloned git trees and I have a slight memory of doing something mercurial on > Linux but I cannot recall that I had any issues with it.
That guide you have found is a bit of in regards what you likely want. If you just want to check out a source repository from http://hg.openindiana.org/, then you just need to run a command like this: hg clone http://hg.openindiana.org/oi-build/ That example is for the oi-build repository, which will then be put into a folder named "oi-build" under your current working directory. Switch the URL to the repository in order to check out another repository. -- Venlig hilsen / Kind regards Jeppe Toustrup (aka. Tenzer) _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
