Re: roadmap

2011-02-08 Thread Juhani Ränkimies
On Tue, Feb 8, 2011 at 11:24 AM, Benoit Chesneau bchesn...@gmail.comwrote: ... and you ? - erlang api / plugin support - easier build process on Windows -juhani

Re: Using rebar to install couchdb

2010-10-13 Thread Juhani Ränkimies
Rebar isn't currently properly supported on windows, but making it work should be doable. (http://bitbucket.org/juranki/rebar/ works for me) Using rebar might have potential to make it humane to work with couchdb on windows. +1 -juhani On Thu, Oct 14, 2010 at 12:23 AM, Benoit Chesneau

Re: [jira] Created: (COUCHDB-897) Couchdb crashes on Windows when a database file exceeds 4 GB

2010-09-29 Thread Juhani Ränkimies
On Wed, Sep 29, 2010 at 2:40 AM, Dave Cottlehuber d...@muse.net.nz wrote: On 29 September 2010 11:45, Filipe David Manana fdman...@apache.org wrote: Try OTP R14B as well. It was released a few days ago. regards, On Tue, Sep 28, 2010 at 10:57 PM, Dave Cottlehuber d...@muse.net.nz wrote: this

Re: [VOTE] Apache CouchDB 1.0.0 release, second round

2010-07-12 Thread Juhani Ränkimies
WinXP SP3, icu 4.2.1, js1.8.0-rc1, curl 7.19.7 Erlang R14A (erts-5.8) [source] [rq:1] [async-threads:0] Futon tests pass! Should `make check` work on windows? It doesn't for me. Here is the result of manually running prove on etap tests. $ (cd test/etap/ prove *.t) 001-load.t

Re: 1.0 Vote

2010-06-30 Thread Juhani Ränkimies
On Mon, Jun 28, 2010 at 7:38 AM, Juhani Ränkimies juh...@juranki.com wrote: ... Opening in append mode in sync/1 helps for 'basics' test. But there is still something wrong. The server hangs in different tests when trying to 'Run All'. With the patch below, most Futon tests succeed

Re: 1.0 Vote

2010-06-27 Thread Juhani Ränkimies
On Sun, Jun 27, 2010 at 9:10 AM, Mark Hammond skippy.hamm...@gmail.com wrote: On 27/06/2010 12:01 PM, Damien Katz wrote: Mark, looks like it's the file:sync calls. Can you try this patch? Index: src/couchdb/couch_file.erl ===

Re: Anything else for 1.0? (Was: Re: New code goes into trunk)

2010-06-15 Thread Juhani Ränkimies
On Tue, Jun 15, 2010 at 6:22 PM, Jan Lehnardt j...@apache.org wrote: Which other issues or patches that are not in 0.11.x yet do you think need to be addressed before we branch 1.0? I'd like to hear from everybody here, especially the non-committers. Cheers Jan -- Windows file handling

Re: (lack of) couchdb windows binaries

2010-04-02 Thread Juhani Ränkimies
On Thu, Apr 1, 2010 at 12:54 PM, Mark Hammond skippy.hamm...@gmail.com wrote: On the other hand though, I *do* see that being able to specify the data directory would be a nice feature - but not a critical one that will impact couchdb adoption on Windows.  Are there other directories you are

Re: (lack of) couchdb windows binaries

2010-04-02 Thread Juhani Ränkimies
On Wed, Mar 31, 2010 at 3:03 PM, Jan Lehnardt j...@apache.org wrote: 2) Although we support Windows as a target, the current state of both CouchDB and Erlang make it impossible for certain operations to succeed. Most notably compaction (a feature that can be faked with local replication) and

Re: (lack of) couchdb windows binaries

2010-03-31 Thread Juhani Ränkimies
On Wed, Mar 31, 2010 at 3:03 PM, Jan Lehnardt j...@apache.org wrote: Hi, I think we have three separate issues that are all entangled in a little mess: 1) Supporting Windows. 2) Making all tests pass on Windows. 3) Making an official CouchDB binary release for Windows.    3.1) Legal issues

Re: (lack of) couchdb windows binaries

2010-03-30 Thread Juhani Ränkimies
On Wed, Mar 31, 2010 at 4:03 AM, Mark Hammond skippy.hamm...@gmail.com wrote: On 30/03/2010 5:00 PM, Noah Slater wrote: On 30 Mar 2010, at 01:58, Mark Hammond wrote: I understand that - however, the Windows issues are well known, have existed forever and has never before been raised as a

Windows file handling problems (was: Windows 0.11 snapshot)

2010-03-14 Thread Juhani Ränkimies
On Sat, Feb 27, 2010 at 1:00 AM, Mark Hammond skippy.hamm...@gmail.com wrote: The root of this strategy comes from a realization that if a file is opened on windows with FILE_SHARE_DELETE, the file can be deleted *or renamed* while it is open.  One limitation is that a file of the same name

Re: Windows 0.11 snapshot

2010-02-26 Thread Juhani Ränkimies
On Sat, Feb 27, 2010 at 1:00 AM, Mark Hammond skippy.hamm...@gmail.com wrote: Regarding the file versioning - I'm sorry that we haven't kept you in the loop a little better, but with Damien's guidance we think we have found a better strategy for this. nb, it's great that the issue gets

Re: Windows 0.11 snapshot

2010-02-25 Thread Juhani Ränkimies
On Fri, Feb 26, 2010 at 1:06 AM, Mark Hammond mhamm...@skippinet.com.au wrote: On 26/02/2010 4:22 AM, Juhani Ränkimies wrote: Hi, There's a new variation of the file versioning scheme and I'd appreciate if you'd check it out. Binary: http://github.com/juranki/couchdb/downloads Source

_changes test in trunk fails on windows?

2010-02-21 Thread Juhani Ränkimies
Hi, Is it the same for others too? Or is there something wrong with my build setup? Mostly its: # Assertion 'JSON.parse(lines[2]).id == rusty, lines[2]' failed: {last_seq:9} # Exception raised:

Re: Windows service

2009-11-14 Thread Juhani Ränkimies
On Sun, Nov 15, 2009 at 3:15 AM, Mark Hammond skippy.hamm...@gmail.com wrote: erts-5.7.3\bin\erlsrv.exe add CouchDBProd -i couchdbprod -w D:\couch_service\prod\bin -ar -sasl errlog_type error -s couch sc.exe config couchdbprod obj= .\\imaginarycouchdbuser password=

Re: Windows service

2009-11-13 Thread Juhani Ränkimies
On Thu, Nov 12, 2009 at 7:11 PM, Brunjes, Lee (lmb7s) lm...@virginia.edu wrote: I wanted to discuss two things        first is any one else doing something similar? Yes.        And second would adding a .net dependency to things be a bad idea in the long term. I don't know, but erlang

Anyone using couchdb on windows for real?? I'm considering.

2009-10-31 Thread Juhani Ränkimies
Hi, I started playing with 0.10.0 binary installation on windows (http://people.apache.org/~mhammond/dist/0.10.0/). Couldn't have been easier, thanks. I've had an instance running since monday, receiving event data. Db is 0.8GB now (141 MB after compact on a patched replica), 9 documents, 10