hg
Install the mercurial
package before reading further!
Create a directory. You should not have any directory or file whose name contains poc-solver
in the parent directory.
Then, inside this new and empty directory, run:
hg init
to create the poc-solvers repository.
lftp
Download the following file in the parent directory of your repository : poc-solvers.hg_bundle
lftp
lftp -c 'lcd ..;cd ftp://ftp.legos.obs-mip.fr/pub/ecola/poc-solvers;mirror -I poc-solvers.hg_bundle'
with:
hg unbundle -u ../poc-solvers.hg_bundle
README