]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/svn_commit_failures_interpreted_as_merge_conflicts.mdwn
new bug: svn commit failures...
[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]]