help-octave
[Top][All Lists]
Advanced

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

Re: Is there sth i miss when cloning?


From: Ben Abbott
Subject: Re: Is there sth i miss when cloning?
Date: Fri, 30 Dec 2011 17:13:12 -0500

On Dec 30, 2011, at 4:31 PM, fotios wrote:

> $ hg clone http://www.octave.org/hg/octave
> 
> real URL is http://hg.savannah.gnu.org/hgweb/octave
> destination directory: octave
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 14125 changesets with 90349 changes to 8824 files (+1 heads)
> updating to branch default
> cloning subrepo gnulib from git://git.sv.gnu.org/gnulib
> abort: No such file or directory
> 
> /Fotis

I've been using the command below.

$ hg clone http://hg.savannah.gnu.org/hgweb/octave
destination directory: octave
requesting all changes
adding changesets
adding manifests
adding file changes
added 14125 changesets with 90349 changes to 8824 files (+1 heads)
updating to branch default
cloning subrepo gnulib from git://git.sv.gnu.org/gnulib
remote: Counting objects: 129323, done.
remote: Compressing objects: 100% (21282/21282), done.
remote: Total 129323 (delta 108166), reused 129059 (delta 107983)
Receiving objects: 100% (129323/129323), 22.28 MiB | 989 KiB/s, done.
Resolving deltas: 100% (108166/108166), done.
checking out detached HEAD in subrepo gnulib
check out a git branch if you intend to make changes
2640 files updated, 0 files merged, 0 files removed, 0 files unresolved

Ben


reply via email to

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