diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-30 14:10:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-30 14:10:17 -0400 |
commit | 3e6cbc319094fa088c873071cabf7b7bf7add0eb (patch) | |
tree | 5dc1f138270a4e8624820718b477f736e9097d95 /doc/bugs | |
parent | 8ce5c7773884504c3936cb6e91e5a05ac4c1073d (diff) | |
parent | 9fb15ec9fec8903776be0be01eaed0e7bb7d5009 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/svn_commit_failures_interpreted_as_merge_conflicts.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/svn_commit_failures_interpreted_as_merge_conflicts.mdwn b/doc/bugs/svn_commit_failures_interpreted_as_merge_conflicts.mdwn new file mode 100644 index 000000000..09753b4ee --- /dev/null +++ b/doc/bugs/svn_commit_failures_interpreted_as_merge_conflicts.mdwn @@ -0,0 +1,15 @@ +I'm attempting a merge with the SVN plugin via the web interface +with ikiwiki-3.20100403 and subversion 1.6.11. + +The web interface says + + Your changes conflict with other changes made to the page. + + Conflict markers have been inserted into the page content. Reconcile the conflict and commit again to save your changes. + +However there are no merge conflict markers in the page. My apache error log says: + + [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 + [Fri Apr 30 16:43:57 2010] [error] [client 10.64.64.42] svn: Authorization failed, referer: https://unixwiki.ncl.ac.uk/ikiwiki.cgi + +-- [[Jon]] |