Re: Using rebar to install couchdb

2010-10-19 Thread Paul Davis
On Tue, Oct 19, 2010 at 3:29 PM, Paul Davis wrote: > On Thu, Oct 14, 2010 at 7:16 PM, Adam Kocoloski wrote: >> On Oct 14, 2010, at 2:54 PM, Paul Davis wrote: >> >>> On Wed, Oct 13, 2010 at 5:23 PM, Benoit Chesneau >>> wrote: In an attempt to start some merging with cloudant I would like to

[jira] Updated: (COUCHDB-923) Server-Side Includes

2010-10-19 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis updated COUCHDB-923: -- Skill Level: Regular Contributors Level (Easy to Medium) (was: Dont Know) > Server-Si

[jira] Created: (COUCHDB-923) Server-Side Includes

2010-10-19 Thread Dominic Barnes (JIRA)
Server-Side Includes Key: COUCHDB-923 URL: https://issues.apache.org/jira/browse/COUCHDB-923 Project: CouchDB Issue Type: New Feature Environment: n/a Reporter: Dominic Barnes Priority: M

Re: Using rebar to install couchdb

2010-10-19 Thread Paul Davis
On Tue, Oct 19, 2010 at 5:19 PM, Benoit Chesneau wrote: > On Tue, Oct 19, 2010 at 9:29 PM, Paul Davis > wrote: > >> Just a quick note. I started actual (minimal) work on this last night. >> After a bit of poking I'm starting to think that rebar isn't going to >> support vpath builds without some

Re: Using rebar to install couchdb

2010-10-19 Thread Benoit Chesneau
On Tue, Oct 19, 2010 at 9:29 PM, Paul Davis wrote: > Just a quick note. I started actual (minimal) work on this last night. > After a bit of poking I'm starting to think that rebar isn't going to > support vpath builds without some contribution back to rebar. I'm not > against adding this but I a

[jira] Commented: (COUCHDB-893) Error: os_process_error {exit_status,0} when rendering view on 17 mb doc, couchapp and data attached

2010-10-19 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922683#action_12922683 ] Paul Joseph Davis commented on COUCHDB-893: --- I'll put this on the agenda to try

Re: Using rebar to install couchdb

2010-10-19 Thread Paul Davis
On Thu, Oct 14, 2010 at 7:16 PM, Adam Kocoloski wrote: > On Oct 14, 2010, at 2:54 PM, Paul Davis wrote: > >> On Wed, Oct 13, 2010 at 5:23 PM, Benoit Chesneau wrote: >>> In an attempt to start some merging with cloudant I would like to >>> start by using rebar in our install process. >>> >>> Like

Re: Using rebar to install couchdb

2010-10-19 Thread Jan Lehnardt
On 18 Oct 2010, at 03:03, Paul Davis wrote: > On Sun, Oct 17, 2010 at 3:20 PM, Jan Lehnardt wrote: >> Ace, Paul :) >> >> Just some bikeshedding as I agree with most that is said here. >> >> I'm wondering if the OS process handling could be its own module or >> part of couch_core. While the Vie

[jira] Commented: (COUCHDB-893) Error: os_process_error {exit_status,0} when rendering view on 17 mb doc, couchapp and data attached

2010-10-19 Thread Michael Schneider (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922653#action_12922653 ] Michael Schneider commented on COUCHDB-893: --- >From email From: Paul Hirst Re

[jira] Commented: (COUCHDB-704) Replication can lose checkpoints

2010-10-19 Thread Randall Leeds (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922652#action_12922652 ] Randall Leeds commented on COUCHDB-704: --- :) I uploaded the keep_session_ids patch wh

Re: Boston Couch Hack

2010-10-19 Thread Paul Davis
On Tue, Oct 19, 2010 at 11:33 AM, Sam Bisbee wrote: > On Mon, Oct 18, 2010 at 01:11:37PM -0400, Paul Davis wrote: >> On Mon, Oct 18, 2010 at 12:09 PM, Sam Bisbee wrote: >> > Greetings all, >> > >> > Having wanted to bring the CouchDB community in Boston together for a while >> > now, and then hav

Re: Boston Couch Hack

2010-10-19 Thread Sam Bisbee
On Mon, Oct 18, 2010 at 01:11:37PM -0400, Paul Davis wrote: > On Mon, Oct 18, 2010 at 12:09 PM, Sam Bisbee wrote: > > Greetings all, > > > > Having wanted to bring the CouchDB community in Boston together for a while > > now, and then having some awesome talks and mini hack sessions at jQuery Con

[jira] Commented: (COUCHDB-704) Replication can lose checkpoints

2010-10-19 Thread Adam Kocoloski (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922557#action_12922557 ] Adam Kocoloski commented on COUCHDB-704: I think it's a _very_ good idea to reuse

CouchDB wiki updates (spec vs. impl docs)

2010-10-19 Thread Chas Emerick
In the course of discussing _changes' `since` in #couchdb, kocolosk and I talked a bit about the differences in the core HTTP API between single-node couchdb proper, and "alternative" implementations of it (e.g. lounge and bigcouch): http://wiki.apache.org/couchdb/HTTP_database_API A numbe

Re: Publish and Subscribe support

2010-10-19 Thread Srinivasan Kumarasamy
Thank you for the immediate reply. I am going to read the links. Thanks, Srini On Tue, Oct 19, 2010 at 5:56 PM, Ivan Grishulenko wrote: > Have you had a chance to read this: > http://guide.couchdb.org/draft/notifications.html > I think you can b

Re: Publish and Subscribe support

2010-10-19 Thread Ivan Grishulenko
Have you had a chance to read this: http://guide.couchdb.org/draft/notifications.html I think you can build a pub/sub on top of it. -- Regards, Ivan 2010/10/19 Srinivasan Kumarasamy > Hi, > > I am new to CouchDB. I would like to know whether C

Publish and Subscribe support

2010-10-19 Thread Srinivasan Kumarasamy
Hi, I am new to CouchDB. I would like to know whether CouchDB supports publish/subscriber model. Basically I am in need of some of the features from XMPP, like 'presence' and 'pub/sub' and the killer feature 'ubiquitous sync' from CouchDB, how to proceed. CouchDB alone would be sufficient or inte

[jira] Updated: (COUCHDB-725) Implement all the methods in jquery.couch.js in couch.js as well

2010-10-19 Thread Ivan Grishulenko (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Grishulenko updated COUCHDB-725: - Attachment: patches.tar.gz Finished :) > Implement all the methods in jquery.couch.js i