0

I am a newbie I do not know how to download the code from repositories and stuff. I tried tortoise Hg it failed. https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax/+/refs/heads/master Any help is appreciated

alroc
  • 27,574
  • 6
  • 51
  • 97
Wolfrum
  • 63
  • 1
  • 7

1 Answers1

2

The repository you are referencing is not a Subversion repository, it is a Git repository.

As such you'll need Git tools to clone it. The original tool for that is a Linux based command line tool but it sounds like you'd prefer something with a GUI. Fortunately there is a list of GUI Git tools available here: http://git-scm.com/downloads/guis

Kris
  • 14,426
  • 7
  • 55
  • 65