Subversion commit failed Merge of file: 200 OK

梦想与她 提交于 2019-12-04 22:30:29

You'll get that error if your post-commit is failing. Try running it from the command line with the same args to make sure it works properly. I had this error a week or two ago when my python script was erroring out.

I found this and this on Google... Might be helpful?

Looks like it's tied to the post-commit failing. However, it's probably actually committed.

This is a post-commit related error.

Debug your post-commit script, generally inside your repository directory:

.../projectname/svn/hooks/post-commit

In the past I had a similar error message due to a syntax error in a post-commit email script

Flavio

I've encountered the same problem when I had made many changes and prepared to commit to CodePlex. I've tried do it on command line, but failed too. I have to revert my project and split my changes to some smaller ones and commit one by one. Then it's OK.

But I doesn't know WHY.

Try enabling Proxy Server in Tortoise, under Settings/Network option.

user964903

I recently had this problem, and the solutions mentioned didn't solve it.
In my instance, I could commit individual files using Tortoise SVN, but all commits were failing using subclipse.
The issue was caused by my antivirus or firewall, Kaspersky. Pausing this resolved the issue.

Unfortunately, setting the svn clients as trusted does not solve the issue. I believe that this is a potential bug in the 2012 version of Kaspersky. (See here)

you need to add directoty which generates error, to the subversion.

I saw this article could help resolve this issue : http://cntrint.blogspot.com/2009/08/subversion-autodeploy-post-commit-hook.html

Kai Chang

Below steps works with me

  1. execute the program called 'TortoiseSVN Repository Browser' in your computer.
  2. It prompts the certificate was failed, and asks me to log in and restore the certificate
  3. After log in, everything was fine
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!