+
+ How to resolve this? Would this work when saving a page?
+
+ 1. write changes to wc
+ 2. svn up (so it can merge with any other changes)
+ 3. check for conflicts
+ 4. if conflicts, read in page w/conflict markers, svn revert page, and display resolution form
+ 5. otherwise, svn commit
+ 6. if commit fails, perhaps we were raced and there are conflicts still; so check for conflicts and if found, goto 2.
+
+ Note that unless we use `svn lock`, we really can't "warn" about concurrent edits and such the way other wikis do, which is ok, since that system sucks anyway. Using svn up for smart merging will be much nicer most of the time.
+