On Wed, Aug 19, 2009 at 23:49, Steve Borho<st...@borho.org> wrote:
> On Wed, Aug 19, 2009 at 1:33 AM, Yuki KODAMA<endflow....@gmail.com> wrote:
>> On Wed, Aug 19, 2009 at 15:25, Yuki KODAMA<endflow....@gmail.com> wrote:
>>> On Tue, Aug 18, 2009 at 23:59, Steve Borho<st...@borho.org> wrote:
{snip}
>>>
>>> I tried new build script but I got following error and failed to build:
>>>
>>> C:\work\thg-winbuild>python setup.py --thg-nightly
>>> .> hg -R hg-stable pull
>>> abort: repository default not found!
>>> Traceback (most recent call last):
>>>  File "setup.py", line 251, in <module>
>>>    run(r'hg -R %s pull' % hgbranch)
>>>  File "setup.py", line 60, in run
>>>    subprocess.check_call(cmd, shell=True, cwd=cwd)
>>>  File "C:\tools\python25\lib\subprocess.py", line 462, in check_call
>>>    raise CalledProcessError(retcode, cmd)
>>> subprocess.CalledProcessError: Command 'hg -R hg-stable pull' returned
>>> non-zero exit status -1
>>>
>>> What's wrong?? I followed this steps:
>>>
>>> 1. hg clone http://bitbucket.org/tortoisehg/thg-winbuild thg-winbuild
>>> 2. execute "python setup.py --thg-nightly"
>>> 3. got error!
>>>
>>> on Windows XP 32bit + Python 2.5.4 + Mercurial 1.3.1
>>> Thanks in advance.
>>>
>>> --
>>> Yuki KODAMA
>>>
>>
>> Ah... I suppose subrepo "hg-stable" doesn't have default path.
>> I tried "hg -R hg-stable pull" didn't work
>> but "hg -R hg-stable pull http://selenic.com/repo/hg-stable/"; is okay.
>
> Yes, this is a side-effect of the subrepo setup.  It does not set default
> paths when you clone the subrepo.  I'll have to think about this.
>
> --
> Steve Borho
>

I wrote two patches: fist one adds setup.py option '--config' allows to show
build config without starting build process.
Other one improves README.txt about default pull paths.

-- 
Yuki KODAMA

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to