1

After going through stackapps, just tried downloading theworldsworststackoverflowclone with Tortoise SVN.

When I try with Repo-Browser, I get the error:

Unrecognized URL scheme for 
hg clone https ://theworldsworststackoverflowclone.googlecode.com/hg/ theworldsworststackoverflowclone 

or when I right click the local folder and try to check out and then getting the error file name, volume name or directory name is incorrect

Community
  • 1
  • 1
Simsons
  • 12,295
  • 42
  • 153
  • 269

1 Answers1

4

TortoiseSVN is an SVN client (as the name indicates). Your project however uses hg (Mercurial), which is a completely different SCM system.

Stefan
  • 43,293
  • 10
  • 75
  • 117