[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem cloning the Octave Repo.
From: |
Carnë Draug |
Subject: |
Re: Problem cloning the Octave Repo. |
Date: |
Fri, 27 Jul 2012 16:03:33 +0100 |
On 27 July 2012 15:41, vivek dogra <address@hidden> wrote:
> On Fri, Jul 27, 2012 at 7:49 PM, Carnë Draug <address@hidden>
> wrote:
>>
>> On 27 July 2012 14:57, vivek dogra <address@hidden> wrote:
>> > Hello,
>> > I am trying to clone the Octave repo by running the following command.
>> >
>> > ----------------------------------------------------------------------
>> > hg clone http://hg.savannah.gnu.org/hgweb/octave/
>> > ---------------------------------------------------------------------
>> >
>> > which gives me following thing
>> >
>> > -------------------------------------------------------------------------------------------
>> > destination directory: octave
>> > requesting all changes
>> > adding changesets
>> > adding manifests
>> > adding file changes
>> > added 15031 changesets with 96796 changes to 9380 files (+2 heads)
>> > updating to branch default
>> > cloning subrepo gnulib from git://git.sv.gnu.org/gnulib
>> >
>> > --------------------------------------------------------------------------------------------
>> >
>> >
>> > After that it is just getting stuck for long time and i have to manually
>> > interrupt it. Please let me know how can solve this problem
>>
>> Does the following command works? git clone git://git.sv.gnu.org/gnulib
>
>
>
> I typed this command git clone git://git.sv.gnu.org/gnulib
>
> I don't know how much time it should take but it seems to get stuck at the
> following line.
>
> Cloning into 'gnulib'...
Does the following woks "git clone http://git.savannah.gnu.org/r/gnulib" ?
If so, on the root of your octave repo, edit the .hgsub and replace:
gnulib = [git]git://git.sv.gnu.org/gnulib
by
gnulib = [git]http://git.savannah.gnu.org/r/gnulib
Carnë