SVN的405错误

简介: 错误1: 如果你没有阅读以下文字,活该你倒霉(这段文字是在googlecode添加新项目时生成的): Command-line access If you plan to make changes, use this command to check out the code as you...

错误1:

如果你没有阅读以下文字,活该你倒霉(这段文字是在googlecode添加新项目时生成的):

Command-line access

If you plan to make changes, use this command to check out the code as yourself using HTTPS:

# Project members authenticate over HTTPS to allow committing changes.
svn checkout  https:// X-X-X.googlecode.com/svn/trunk/ X-X-X --username X-X-X@msn.cn( 应该选择这个checkout)

When prompted, enter your generated googlecode.com password.

Use this command to anonymously check out the latest project source code:

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout  http://X-X-X.googlecode.com/svn/trunk/ X-X-X-read-only( 估计大家都是在这里中枪的)
 
错误:
  • Server sent unexpected return value (405 Method Not Allowed) in response to 
  • MKACTIVITY request for '/svn/…

解决方法:

应该选择这个checkout

https://X-X-X.googlecode.com/svn/trunk/

而不是选择这个checkout:

http://X-X-X.googlecode.com/svn/trunk/

 

错误2:

  解决方法:
 
目录
相关文章
|
缓存
【SVN异常】svn更新时,出现不知道这样的主机的解决方案
svn更新时,出现不知道这样的主机的解决方案
1190 0
【SVN异常】svn更新时,出现不知道这样的主机的解决方案
|
缓存
SVN Access to ‘/svn/Test/!svn/me’ forbidden,不能更新解决办法
今天上班,使用公司配置的电脑进行项目的更新。SVN报如下错误,   SVN Access to ‘/svn/Test/!svn/me’ forbidden,不能更新解决办法   很有意思; 开始以为自己的SVN安装有错误; 重装了几次都是同样的异常,经过上网查,才知道,是先前SVN用户缓存的原因。
2905 0
|
6月前
|
开发工具 git
【问题解决】Git命令行常见error及其解决方法
以下是我一段时间没有使用xshell,然后用git命令行遇到的一些系列错误和他们的解决方法
129 0
|
C++
安装SVN时提示错误:vcredist 2019 download
安装SVN时提示错误:vcredist 2019 download
218 0
安装SVN时提示错误:vcredist 2019 download
svn\pristine\0a\0a66a6f1e12c54c3a0c3885a2bf5042977071358.svn-base系统找不到指定路径
svn\pristine\0a\0a66a6f1e12c54c3a0c3885a2bf5042977071358.svn-base系统找不到指定路径
176 0
svn\pristine\0a\0a66a6f1e12c54c3a0c3885a2bf5042977071358.svn-base系统找不到指定路径
|
Linux Apache 数据安全/隐私保护
|
安全 测试技术 PHP

相关实验场景

更多