Unable to download the sample code for theworldsworststackoverflowclone using Tortoise SVN
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
TortoiseSVN is an SVN client (as the name indicates). Your project however uses hg (Mercurial), which is a completely different SCM system.
精彩评论