开发者

SVN Commit issue: "PROPFIND request failed on <folderpath>" - folder is not in the repository OR working copy

开发者 https://www.devze.com 2023-02-18 15:49 出处:网络
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:

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消