On Tue, Mar 23, 2010 at 5:17 PM, Julian Moritz <[email protected]> wrote: > Hello, > > I've been working on my first design document, and hence I want to > update it with > > curl -X PUT ... > > there's an update conflict because I'm not adding the _rev. Is there a > way to force an overwrite, at least for design documents? Pushing them > with curl would be a pain elsewise.
Nope. You might want to checkout couchapp. Paul Davis > Regards > Julian >
