TortoiseSVN 405错误:服务器发送了意外的返回值(405 Method Not Allowed),在响应 “MKCOL” 的请求

服务器发送了意外的返回值(405 Method Not Allowed),在响应 “MKCOL” 的请求

svn (405 Method Not Allowed) 在响应 “MKCOL” 的请求

I managed to solve the problem:

  1. Delete the parent's directory of the folder giving the problem.
  2. Did SVN Update
  3. A folder with the same name as the new one already existed in repository.
  4. Delete this folder
  5. SVN Commit
  6. Copy the new folder, Schedule for addition and SVN Commit

解 释一下:
SVN出现这个错误的原因是我删除了一个文件夹后又创建了一个同名文件夹。在svn server端,好像是不能区分这两个文件夹,所以出现了错误。

解决方法:

  1. 删除出现错误的文件夹
  2. SVN Update
  3. 这时服务器上存在的文件夹会出现在本地
  4. 删除原有的文件夹
  5. SVN Commit
  6. 重新创建文件夹
  7. SVN Commit