Pete Freitag Pete Freitag

svn: The path was not part of a repository


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.


Like this? Follow me ↯

svn: The path was not part of a repository was first published on March 14, 2007.

Post a Comment