I am trying to download a folder from a Github Git repo using SVN and the instructions found here.
However, when I type:
svn checkout https://github.com/johnmyleswhite/ML_for_Hackers/tree/master/08-PCA/data .
I get the error message:
svn: E170000: URL 'https://github.com/johnmyleswhite/ML_for_Hackers/tree/master/08-PCA/data' doesn't exist
Any ideas what is going wrong? I am using Slik SVN on 64-bit Windows.