svn: The path was not part of a repository
Published on March 14, 2007
By Pete Freitag
By Pete Freitag
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.
svn: The path was not part of a repository was first published on March 14, 2007.