If your getting this error message in subversion with a svn checkout (or svn co):
svn: The path was not part of a repository svn: PROPFIND request failed on '/' svn: '/' path not found
One possible cause is that you haven't imported anything into your svn repository yet. You can use the svn import
command to do that.