Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/svn/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
我的谷歌代码svn发生了什么?_Svn_Google Code - Fatal编程技术网

我的谷歌代码svn发生了什么?

我的谷歌代码svn发生了什么?,svn,google-code,Svn,Google Code,为什么它不会提交(我已经在我的google代码帐户上提交了200多个项目,现在它不知何故阻止了我提交=( 乌龟SVN: Commit Commit failed (details follow): Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for '/svn/!svn/act/81a42074-ce30-7442-90d9-99893693ce62

为什么它不会提交(我已经在我的google代码帐户上提交了200多个项目,现在它不知何故阻止了我提交=( 乌龟SVN:

Commit
Commit failed (details follow):
Server sent unexpected return value (405 Method Not Allowed) in response to 
MKACTIVITY request for '/svn/!svn/act/81a42074-ce30-7442-90d9-99893693ce62'
夏普斯文

SharpSvn.SvnRepositoryIOException: Commit failed (details follow): ---> SharpSvn.SvnRepositoryIOException: Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for '/svn/!svn/act/651b9f6b-736c-534d-b0e6-29c7071ef741'
   --- End of inner exception stack trace ---
   at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
   at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svn_error_t* error, Object targets)
   at SharpSvn.SvnClient.Commit(ICollection`1 paths, SvnCommitArgs args, SvnCommitResult& result)
   at Ankh.Services.PendingChanges.PendingChangeHandler.<>c__DisplayClass15.<Commit_CommitToRepository>b__14(Object sender, ProgressWorkerArgs e)
   at Ankh.ProgressRunnerService.ProgressRunner.Run(Object arg)
SharpSvn.SvnRepositoryIOException:提交失败(详细信息如下):-->SharpSvn.SvnRepositoryIOException:服务器发送了意外的返回值(不允许使用405方法),以响应“/svn/!svn/act/651b9f6b-736c-534d-b0e6-29c7071ef741”的MKACTIVITY请求
---内部异常堆栈跟踪的结束---
位于SharpSvn.SvnClientArgs.HandleResult(SvnClientContext客户端,SvnException错误,对象目标)
在SharpSvn.SvnClientArgs.HandleResult(SvnClientContext客户端,svn_error_t*error,对象目标)
在SharpSvn.SvnClient.Commit(ICollection`1路径、SvnCommitArgs参数、SvnCommitResult&result)
在Ankh.Services.PendingChanges.pendingchangehhandler.c__显示类15.b___14(对象发送方,ProgressWorkerArgs e)
位于Ankh.ProgressRunnerService.ProgressRunner.Run(对象参数)

我在不同的brunces上尝试了不同的文件,但始终存在相同的错误=(我该怎么办?

您是否检查了大小写是否正确-svn区分大小写。如果您尝试使用存储库中不同大小写的url提交,它将尝试提交新的repo(这是unix世界中的标准,在同一目录中可以有两个名为README和README的文件)。但是,后端系统不允许您仅从提交创建新的repo并返回该错误

这通常会返回一个403错误,所以我不确定这是否与Googlecode相同


我确实知道,如果您在应该使用https时尝试使用http提交,googlecode会给您405错误。

您是否检查了大小写是否正确-svn区分大小写。如果您尝试使用与存储库不同大小写的url提交,它将尝试提交新的repo(这是unix世界中的标准,在同一目录中可以有两个名为README和README的文件)。但是,后端系统不允许您仅从提交创建新的repo并返回该错误

这通常会返回一个403错误,所以我不确定这是否与Googlecode相同


我知道如果你在应该使用https的时候尝试使用http提交,googlecode会给你405错误。

我刚刚遇到了这个问题。通过在VS.NET中删除我的身份验证缓存解决了这个问题:工具->选项…->源代码管理->Subversion环境->身份验证缓存编辑->删除你的服务器/领域

我刚刚遇到了这个问题。通过在VS.NET中删除我的身份验证缓存解决了这个问题:工具->选项…->源代码管理->Subversion环境->身份验证缓存编辑->删除服务器/领域

我使用eclipse+subclipse也遇到了同样的问题


通过断开与svn的连接,然后再次连接解决了这个问题。(团队->断开连接)

我使用eclipse+subclipse也遇到了同样的问题

通过断开与svn的连接,然后再次连接解决了此问题。(团队->断开连接)

请尝试以下操作:

svn switch --relocate http://foo.googlecode.com/svn/trunk/ \
                      https://foo.googlecode.com/svn/trunk/ \
           --username foo@bar.com
试试这个:

svn switch --relocate http://foo.googlecode.com/svn/trunk/ \
                      https://foo.googlecode.com/svn/trunk/ \
           --username foo@bar.com
在窗户里 选择文件夹签出->单击鼠标右键->选择Ortois SVN->选择重新定位

更改url
http://xxxxx.googlecode.com/svn/trunk/
到<代码>https://xxxxx.googlecode.com/svn/trunk/

在windows中 选择文件夹签出->单击鼠标右键->选择Ortois SVN->选择重新定位

更改url
http://xxxxx.googlecode.com/svn/trunk/
到<代码>https://xxxxx.googlecode.com/svn/trunk/

可怕的“MKACTIVITY”是什么意思?表示“Make Activity”。它将活动记录在日志文件中。可怕的“MKACTIVITY”是什么意思?表示“Make Activity”。它将活动记录在日志文件中。