← Back to team overview

dolfin team mailing list archive

Problems cloning repository

 

Hi,

I'm trying:

    hg clone -v http://www.fenics.org/hg/dolfin

After 24 hours, I only get:

    destination directory: dolfin
    requesting all changes
    adding changesets
    adding manifests

and .hg has size around 6Mb, with these files:

    ./.hg/00changelog.i
    ./.hg/requires
    ./.hg/store
    ./.hg/store/00changelog.i.a
    ./.hg/store/00changelog.i
    ./.hg/store/lock
    ./.hg/store/00manifest.i
    ./.hg/store/journal
    ./.hg/store/00manifest.d
    ./.hg/journal.dirstate
    ./.hg/journal.branch

Lock is still hold and when I interrupt, clone is rolled back
(i.e., dolfin directory is deleted).

Did anyone had the same problem? I did clone the repository
a few days ago with no problems, but since the end of last
week I get this problem. Mercurial version is that of Ubuntu,
latest stable version:

    Mercurial Distributed SCM (version 1.1.2)
    Copyright (C) 2005-2008 Matt Mackall <mpm@xxxxxxxxxxx>
    and others This is free software; see the source for copying
    conditions. There is NO warranty; not even for MERCHANTABILITY
    or FITNESS FOR A PARTICULAR PURPOSE.

Thanks,
Maurício



Follow ups