Aha! After running this sequence: %sudo -s bash-3.2# make clean bash-3.2# ./bootstrap && ./configure && make && make install
My reported version number jumped to Apache CouchDB 0.9.0a730128-incubating (LogLevel=info) is starting. I do see that my design documents now show without %2F (awesome) _but_ I still have the same issue. When I upload a file named "images/pickle.gif" it gets attached as "images:pickle.gif" and can only be retrieved by requesting "_design/doc/images%3Apickle.gif" The test suite is all green. Any idea why this works for Chris and not me? - Justin On Tue, Dec 30, 2008 at 9:02 AM, Jason Davies <[email protected]> wrote: > > On 30 Dec 2008, at 13:59, Jason Davies wrote: > >> On 30 Dec 2008, at 13:56, Justin Walgran wrote: >> >>> Since the code has the proper changes, I must be doing something wrong >>> in the build/deploy step. Any thoughts on how I can fix this? >> >> Try running ./bootstrap? > > In fact, you probably need ./configure after that, too. Normally I do > ./bootstrap && ./configure && make && sudo make install after updating from > SVN. > > Jason >
