Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion commit failed Merge of file: 200 OK

Tags:

I am having the strangest problem ... every time i commit i get and error like this:

commit failed (details follow): MERGE of '/svn/project/trunk/web/directory/': 200 OK (http://mydomain.com)

that is the directory of the file i modified.

Later Edit i have web dav SVN installed and i commit to a HTTP URL. and there is a post commit hook doing a svn update on a directory on the same machine

Any ideas ? thank you for your help.

like image 261
Gabriel Solomon Avatar asked Apr 22 '09 14:04

Gabriel Solomon


2 Answers

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.

like image 129
jvenema Avatar answered Sep 27 '22 17:09

jvenema


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.

like image 45
5 revs, 3 users 96% Avatar answered Sep 27 '22 17:09

5 revs, 3 users 96%