On Nov 10, 2013, at 3:47 PM, Ryan Mohr <[email protected]> wrote: > Everyone said no. Looks like it's totally doable using new_edits=false and > a script that resolves any conflicts by simply picking the most recent > update.
That’s a Rube Goldberg solution that’s more expensive than doing it the right way. Think of what that script needs to do. In other words, it’s also totally doable using a simpler script that GETs the current revision, stores its _rev into the new document, and PUTs the new document. —Jens
