Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6339328
  • 博文数量: 162
  • 博客积分: 3600
  • 博客等级: 中校
  • 技术积分: 10366
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-19 11:23
个人简介

专注系统运维、网络架构,研究技术解决方案,记录我的思想轨迹、工作学习、生活和关注的领域

文章分类
文章存档

2014年(2)

2013年(16)

2012年(27)

2011年(117)

分类: 项目管理

2011-10-10 17:22:37

转自:http://blog.csdn.net/kevinew/archive/2011/01/05/6118420.aspx 

服务器发送了意外的返回值(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
阅读(12144) | 评论(0) | 转发(2) |
给主人留下些什么吧!~~