On Tue, Mar 17, 2009 at 9:12 AM, Anand Chitipothu <[email protected]> wrote: >>> >>> Am I doing anything stupid? >> >> The only thing I see in this mail is that you are pushing to a db >> called "blog" and querying from "blogdb" > > hmm, looks like I created both of them. > >> What do you get for >> >> curl http://localhost:5984/blog/_design/sofa/_view/comments > > same error. :( >
I'm guessing that you are on too old of a CouchDB version. Current trunk is r755205 The database file format has changed recently so if you have important data you'll need to follow the upgrade proceedure outlined here: http://wiki.apache.org/couchdb/BreakingChangesUpdateTrunkTo0Dot9 -- Chris Anderson http://jchris.mfdz.com
