On 1/25/08, S h i v <shivakumar.gn at gmail.com> wrote: > On Jan 25, 2008 11:09 PM, S h i v <shivakumar.gn at gmail.com> wrote: > > On Jan 25, 2008 10:44 PM, Anil Gulecha <anil.verve at gmail.com> wrote: > > > On 1/24/08, Jayakara Kini <jayakara.kini at gmail.com> wrote: > > > > You should use the webrev from the onnv-scm gate on opensolaris. > > > > I've attached the webrev.sh script from this gate. > > > > I have not checked if this has dependency on any other files from this > > > > gate. > > > > > > > > Try it out. If it does not work, you'll have to get the onnv-scm gate. > > > > You can download the gate by > > > > # hg clone ssh://anon at hg.opensolaris.org/hg/scm-migration/onnv-scm > > > > > > Hi Jayakara, > > > > > > The attached webrev recognizes hg but it did not work as it relies on > > > other scripts(hg-active).. > > > > > > # pwd > > > /export/home/anil/slim_prototype > > > # webrev > > > SCM detected: mercurial > > > File list from: hg-active -p > > > ssh://anon at hg.opensolaris.org/hg/caiman/slim_prototype ... > > > Error: hg-active tool not found. Exiting > > > > > > I think I need to pull down the onnv-scm gate, but I just wanted ot > > > know how big it is? (I have a bandwidth limit..) > > > > > > If someone could tar.gz up the scripts that would make this work, that > > > would be great. > > > > > > > opensolaris.org seems to have some problem. Not able to reach the > > server. Go ahead and try pulling it, the last I remember scm migration > > repository was not too big. > > > > I am probably mistaken about the size of the repo. > http://cvs.opensolaris.org/source/xref/scm-migration/onnv-scm seems to > contain the entire ON tree :( > Meaning, mailing a tarball is not possible. > > I suspect onnv-scm/usr/src/tools is all you will need and this should > be much smaller to download. >
The required stuff is in onnv-scm/usr/src/tools/scripts .. but # hg clone ssh://anon at hg.opensolaris.org/hg/scm-migration/onnv-scm/usr/src/tools/scripts remote: abort: repository hg/scm-migration/onnv-scm/usr/src/tools/scripts not found! abort: no suitable response from remote hg! One workaround is to manually copy-paste the hg-active and hgsetup files from the opengrok interface.. but I;m hoping theres something much simpler. Anil