help-octave
[Top][All Lists]
Advanced

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

Re: Problem cloning the Octave Repo.


From: Jordi Gutiérrez Hermoso
Subject: Re: Problem cloning the Octave Repo.
Date: Fri, 27 Jul 2012 11:02:39 -0400

On 27 July 2012 09: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
> --------------------------------------------------------------------------------------------

You probably have trouble with the git:// url because you're behind
some needlessly restrictive firewall that blocks the git network port.

Try adding this to your ~/.hgrc

    [subpaths]
    git://git.sv.gnu.org/gnulib =  http://git.savannah.gnu.org/r/gnulib.git

I've updated the webpage with these instructions:

    http://www.gnu.org/software/octave/get-involved.html

HTH,
- Jordi G. H.


reply via email to

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