> 1. Person A opens the wiki on her PC. > 2. Person B opens the wiki on her PC at approximately the same time as > Person A > 3. Person A changes the content and saves the changes, closes her wiki > page afterwards. > 4. Person B changes the content and saves the changes after Person A > saves hers. > > At step 4, problem occurred, as person B's page doesn't contain person > A's change, person A's change has been wiped out. Can anyone shed some > light on this issue?
In steps (1) and (2), are PersonA and PersonB opening the TiddlyWiki from a shared file server (file://) or a web server (http:)? If your TiddlyWiki has been placed on a shared file server, then you need to think of TiddlyWiki as a *document*... not a "website" or "wiki". Then, you'll see that the situation you've described is the same as when you place most kinds of editable files on a shared file system. Only one person can edit the file at a time, and each time the document is saved, it completely overwrites the previous revision. Alternatively, if your TiddlyWiki is hosted on a web server and viewed via http:, then you need to add some *server-side* processing so PersonA and PersonB can actually save the file back to the server in steps (3) and (4). The following information should help: http://www.tiddlywiki.org/wiki/Server-Side_Solutions enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

