I haven't used SVN for all that long, but this one is puzzling me.
I'm trying to commit my working copy code, and I get an error:
svn: PROPFIND request failed on folderpath
svn: folderpath path not found
The folderpath is not present on the working copy or the repo. In this case, the path named WAS in some previous version, but was deleted.
What's t开发者_StackOverflow社区he best way to get rid of this error?
Sometimes the simplest way if you can not find the solution fast is to checkout fresh copy and bring all your changes manually. After that repeat commit.
精彩评论