]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/svn_commit_failures_interpreted_as_merge_conflicts.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.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.
4 The web interface says
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.
10 However there are no merge conflict markers in the page. My apache error log says:
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
15 -- [[Jon]]
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]]