octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Merging new audio functionality into Octave


From: Mike Miller
Subject: Re: Merging new audio functionality into Octave
Date: Wed, 2 Oct 2013 13:54:36 -0400

On Wed, Oct 2, 2013 at 13:50:58 -0400, John W. Eaton wrote:
> On 10/02/2013 09:40 AM, Mike Miller wrote:
>
>> I have gone ahead and made most of these changes, ready for review.
>> Pull into a new or existing clone of Octave with
>>
>>    hg pull https://bitbucket.org/mtmiller/octave-audio-gsoc
>
>
> When I clone, I get
>
>   coredump:206> hg clone https://bitbucket.org/mtmiller/octave-audio-gsoc
>   destination directory: octave-audio-gsoc
>   requesting all changes
>   adding changesets
>   adding manifests
>   adding file changes
>   added 17577 changesets with 107458 changes to 12197 files (+1 heads)
>   updating to bookmark @
>   cloning subrepo gnulib-hg from
> https://bitbucket.org/mtmiller/octave-audio-gsoc/gnulib-hg
>   requesting all changes
>   adding changesets
>   adding manifests
>   adding file changes
>   added 17577 changesets with 107458 changes to 12197 files (+1 heads)
>   abort: unknown revision '6057744acd2c71c069a4b171c5fe1ff0d86c9e5f'!
>
> What's that last abort message about?

Yep, this is why I suggested pulling into an existing clone, for example I do

  cd ~/src/octave
  hg clone default default-audio
  cd default-audio
  hg pull https://bitbucket.org/mtmiller/octave-audio-gsoc

and it works. This is because bitbucket doesn't support subrepos, or
if it does I don't know how to set it up, so mercurial can't find the
gnulib-hg subrepo in my hosted repo.

-- 
mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]