Re: Replication question

2010-02-27 Thread Nicholas Orr
The view's need to be compiled/generated on each node. 2010/2/28 James Marca > On Sat, Feb 27, 2010 at 10:12:06AM +0100, Paweł Stawicki wrote: > > Yon need to be admin to create ddocs. So when entering url to > ... > > I am doing it locally, so I am logged in. I just double > checked by explici

Re: Replication question

2010-02-27 Thread James Marca
On Sat, Feb 27, 2010 at 10:12:06AM +0100, Paweł Stawicki wrote: > Yon need to be admin to create ddocs. So when entering url to ... I am doing it locally, so I am logged in. I just double checked by explicitly adding name and password to the copy to url (rather than selecting a local db name) but

Re: Newbie problem with template path

2010-02-27 Thread Patrick Barnes
To confirm... You *are* using couchapp to generate your design doc, keeping the view and show funcs in files, and the included files in the same couchapp area? -Patrick On 28/02/2010 6:57 AM, "Clemens Cap" wrote: I am having a problem to understand the path where the engine looks for the files

Re: user...@couchdb.apache.org

2010-02-27 Thread Chris Anderson
On Fri, Feb 26, 2010 at 11:55 PM, Mario Scheliga wrote: > In other Communities they can live without language specific lists. I also > thought about this and i guess that lists  with specific topic (quality > assurance, documentation, Version specific, blah) would make more sense. A > clean, searc

Re: Newbie problem with template path

2010-02-27 Thread Chris Anderson
On Sat, Feb 27, 2010 at 11:56 AM, Clemens Cap wrote: > I am having a problem to understand the path where the engine looks for > the files included with the !json and !code macros. > I replied to this on the CouchApp list, but it somehow didn't go through. Lemme see if I can dig it out of buffer

Re: Consistent version of a view across multiple queries?

2010-02-27 Thread Chris Anderson
On Sat, Feb 27, 2010 at 9:06 AM, Jens Alfke wrote: > > On Feb 26, 2010, at 10:56 AM, Chris Anderson wrote: > >> No, but it should be. I've been tijnkjng about this for a while. > > Cool :) My immediate idea is to return a _rev key in a view result, like a > document, whose value changes each time

Newbie problem with template path

2010-02-27 Thread Clemens Cap
I am having a problem to understand the path where the engine looks for the files included with the !json and !code macros. More exactly: I am having a { "_id": "_design/example", "_rev": "11-4ca79b908a6278eeb8d4d5e2e6488fb5", "views": { "foo": { "map": "function(doc){

Re: Consistent version of a view across multiple queries?

2010-02-27 Thread Jens Alfke
On Feb 26, 2010, at 10:56 AM, Chris Anderson wrote: > No, but it should be. I've been tijnkjng about this for a while. Cool :) My immediate idea is to return a _rev key in a view result, like a document, whose value changes each time the view is rebuilt. In a query you could optionally add som

Re: OS Error with exit status code 139 in CouchDB

2010-02-27 Thread Brian Candler
On Sat, Feb 27, 2010 at 02:59:07AM +1000, Vikas Charak wrote: > I installed couchdb on CentOS release 5.4. The server comes up fine. I > can create databases, documents and views. > > But I am getting following error , when I try to execute a view query > to get data. Also if I run coucdb tests ,

Re: Replication question

2010-02-27 Thread Paweł Stawicki
Yon need to be admin to create ddocs. So when entering url to replicate to in futon, you need to enter http://admin:p...@remote.com:5984/database regards -- Paweł Stawicki http://pawelstawicki.blogspot.com http://szczecin.jug.pl On 27/02/2010, James Marca wrote: > Hi all, > > I'm trying to repl