Search code examples
mercurialabortcooliris

hg Clone of CoolIris fails with "abort no such dir"


trying to clone the cooliris project using the command provided by Google;

hg clone https://cooliris-toolkit.googlecode.com/hg/ Cooliris-ToolKit

but it runs though and always fails with

updating to branch default abort: No such file or directory

whether I had created the folder Cooliris-ToolKit or not.

Can anyone suggest solution for this please? Thanks.


Solution

  • Here is a working command:

    hg clone https://cooliris-toolkit.googlecode.com/
    

    https://code.google.com/p/cooliris-toolkit/source/checkout