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

link|improve this question

https :// <- is the whitespace intentional? – Mr. Disappointment Mar 14 '11 at 12:32
Yes, AS SO was automatically hyperlinking – Subhen Mar 14 '11 at 12:34
feedback

1 Answer

up vote 3 down vote accepted

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

link|improve this answer
Nice and concise. It bothers me that something so obvious gets asked here, but still. – Matteo Mosca Dec 14 '11 at 13:14
feedback

Your Answer

 
or
required, but never shown

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