> On Aug 7, 2014, at 7:57 AM, Gareth Clay <[email protected]> wrote: > > I've tried running both 1.0.1 and a fresh build of the Sync Gateway code on > master, and I'm getting this error when changes are made to my test document > on the Couchbase Server side (via the web ui):
Please don't edit documents in a bucket belonging to Sync Gateway. It won't work correctly — you won't be updating the metadata inside the _sync property that tracks the revision history. If you want to update a document stored in the gateway, your two options are (a) use the Sync Gateway's REST API to update the document; or (b) set up bucket shadowing so your Sync Gateway db acts as a 'shadow' of a separate Couchbase Lite bucket that you own and can change as you wish. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/53FF9275-C0AF-4382-9D65-BE10A954209B%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
