On the command line I ran:
svn checkout --depth infinity "RepoURL"
It creates the directory matching the repo folder with all the same files but it is not a working copy. Right-clicking on it with TortoiseSVN gives a SVN upgrade working copy option and nothing else such as commit or update. If I try the same checkout with TortoiseSVN, it works fine and produces a working copy, green icon and all. I tried running svn upgrade
in this new directory on the command line but that didn't change anything. I also tried a normal checkout using SharpSVN and c# by running SvnClient.Checkout
and I had the same issue.
I have Subversion 1.7.18 and TortoiseSVN 1.7.15.