Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

2 Answers

That seems to be a Mercurial repository, so you'd have to use TortoiseHg, not TortoiseSVN.

share|improve this answer
  • Download and install TortoiseHg.

  • Create a directory somewhere with the name you want (e.g. google-api-java-client samples).

  • Right click on it, and select TortoiseHg > Clone...

the selection

  • On Source, copy paste the URL of the repository you want to clone, in your case https://code.google.com/p/google-api-java-client.samples/.

  • Click Clone.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.