]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/continuously_getting_merge_errors.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / bugs / continuously_getting_merge_errors.mdwn
1 links:
3 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775310
4 http://ikiwiki.info/forum/Your_local_changes_to_the_following_files_would_be_overwritten_by_merge:/
6 phil is kindly running ikiwiki on hands.com as http://rhombus-tech.net
7 we continuously run into "merge" issues which need recovering on a
8 near monthly basis.
10 i have a local checkout of the repository: i often need to upload images via
11 that, doing the usual "git pull", followed by "git commit -a", followed by
12 "git push", adding an HTML page that is edited by vim as well as the images.
14 i also often need to "recover" the wiki - for example by renaming pages that
15 users have erroneously added, deleting pages that they should not have made,
16 moving pages from locations that they should not have added or that i decide
17 should be restructured.
19 these are the operations where everything usually gets completely fscked.
21 the really weird thing is that when i know that things are out-of-sync,
22 a "git pull" gives a *completely different* head branch from the one shown
23 through the RecentChanges log!
25 phil has often had to recover an entire set of files that are completely out
26 of sync, that never enter the "git pull" stream onto my laptop, and are not
27 visible on the wiki itself either.
29 this is all incredibly strange and mysterious, but it basically means that
30 ikiwiki is not particularly robust and reliable for everyday use.  i'd very
31 much like it to be!