Mark Hahn wrote: > I have a database with a zillion docs that I need to empty. I just want > the design docs left behind. I googled and saw some techniques that > require writing code. > > Could I just GET the docs with curl and then PUT them? > > Any other way to do it?
Drop the database, recreate it and put the design docs in again. I use couchapp/erica to manage design documents. Nils.
