webrev.ksh on Ubuntu 12.04
Volker Simonis
volker.simonis at gmail.com
Thu Nov 14 04:54:08 PST 2013
That's strange.
I'm using the latest webrev.ksh from jdk8/make/scripts/webrev.ksh with
Mercurial 2.0.2 (which I tihnk is the default on Ubuntu 12.04) on
Ubuntu 12.04 without any problems. My .hg/hgrc files look as follows:
[paths]
default = http://hg.openjdk.java.net/ppc-aix-port/stage/jdk
Did you compile/install Mercurial V2.7.2 yourself? Maybe you could try
with the default Ubuntu Mercurial package?
You could also try to hack the webrev.ksh script to print what's going
wrong. You could just print the arguments for the line:
ALL_CREV=`hg outgoing -q --template '{rev}\n' $OUTPWS | sort -n`
which seems to cause problems on your site. Maybe Anthony is right and
your OUTPWS is somehow miss-detected.
Regards,
Volker
On Thu, Nov 14, 2013 at 12:47 PM, Dave Pointon
<dpointo8 at linux.vnet.ibm.com> wrote:
> Hi Volker ,
>
> On Thu, 2013-11-14 at 10:12 +0100, Volker Simonis wrote:
>> Does "hg outgoing"/"hg incoming" work?
>>
>> This doesn't seem to be webrev.ksh problem.
>>
> <snip>
>
> Yep, when run mandraulically, hg outgoing works fine and shows the
> expected one change in the repo.
>
> Rgds ,
>
> --
> Dave Pointon FIAP MBCS
>
> Now I saw, tho' too late, the folly of beginning a work before we count
> the cost and before we we judge rightly of our strength to go thro' with
> it - Robinson Crusoe
>
More information about the jdk8-dev
mailing list