0

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.

stan4th
  • 710
  • 1
  • 6
  • 19

1 Answers1

0

Here is a working command:

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

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

Gaël Barbin
  • 3,769
  • 3
  • 25
  • 52
  • Thanks Gael but I'm still getting the same issue. – stan4th Oct 26 '12 at 09:27
  • On this question http://stackoverflow.com/questions/7824297/mercurial-hg-update-error-abort-no-such-file-or-directory, it's said that there was subversion dependencies so you could have to install subversion. – Gaël Barbin Oct 26 '12 at 21:09