]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/svn_commit_failures_interpreted_as_merge_conflicts.mdwn
response
[ikiwiki.git] / doc / bugs / svn_commit_failures_interpreted_as_merge_conflicts.mdwn
1 I'm attempting a merge with the SVN plugin via the web interface
2 with ikiwiki-3.20100403 and subversion 1.6.11.
3
4 The web interface says
5
6     Your changes conflict with other changes made to the page.
7     
8     Conflict markers have been inserted into the page content. Reconcile the conflict and commit again to save your changes.
9
10 However there are no merge conflict markers in the page. My apache error log says:
11
12     [Fri Apr 30 16:43:57 2010] [error] [client 10.64.64.42] svn: Commit failed (details follow):, referer: https://unixwiki.ncl.ac.uk/ikiwiki.cgi
13     [Fri Apr 30 16:43:57 2010] [error] [client 10.64.64.42] svn: Authorization failed, referer: https://unixwiki.ncl.ac.uk/ikiwiki.cgi
14
15 -- [[Jon]]
16
17 > Only way for this to be improved would be for the svn plugin to
18 > explicitly check the file for conflict markers. I guess it could
19 > change the error message then, but the actual behavior of putting the
20 > changed file back in the editor so the user can recommit is about right
21 > as far as error recovery goes. --[[Joey]]