Reputation: 12745
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
Upvotes: 1
Views: 120
Reputation: 43575
TortoiseSVN is an SVN client (as the name indicates). Your project however uses hg (Mercurial), which is a completely different SCM system.
Upvotes: 4