Re: setting up memcache (for RB) on Fedora 12?

2009-12-03 Thread Christian Hammond
We still use libmemcache/cmemcache. Technically, we use whatever Django uses, which is currently that. The RC2 is certainly old, but seems to work fine. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu,

setting up memcache (for RB) on Fedora 12?

2009-12-03 Thread Matthew Woehlke
Is libmemcache/cmemcache still needed, or is RB using some other way to talk to memcached? I wonder because the latest "rc2" of libmemcache is almost three years old. -- Matthew -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us kn

Re: DjangoUnicodeDecodeError: 'utf8' codec can't decode byte 0x96

2009-12-03 Thread Christian Hammond
Is this only an error when creating the review request? Or viewing it? if viewing it, perhaps the database isn't set for UTF8 text by default? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Dec 3, 200

Re: DjangoUnicodeDecodeError: 'utf8' codec can't decode byte 0x96

2009-12-03 Thread Akhilesh
Any suggestions guys? On Dec 2, 11:52 am, Akhilesh wrote: > My users copy-paste comments from email (e.g. bulleted points) or any > other sources. Summary may not contain pure ASCII characters.  e.g. > this case character with byte code 0x96  appeared in the "Summary" > section. > > Post-review s

Re: ValueError: No JSON object could be decoded

2009-12-03 Thread Christian Hammond
But reviewboard.com is an actual domain, without a Review Board server. I'd expect that it's connecting to that domain, getting an HTML page, and giving you that error, since it can't parse any JSON from that page. Please provide the output with --debug. Christian -- Christian Hammond - chip...

Re: Submitting patches, subversion post-review support for already committed revisions

2009-12-03 Thread Jason Felice
On Thu, Dec 3, 2009 at 1:54 AM, Christian Hammond wrote: > Hi Jason, > > A standard diff -u doesn't contain the revision information needed, and a > git diff by default uses short SHA1s, which we can't use to fetch the files. > You will need to use either post-review (recommended) or git diff > --

Re: ValueError: No JSON object could be decoded

2009-12-03 Thread Mahesh
Yeah, even then he's giving the same error. Actually i am trying to run post-review from the same m/c where I have installed reviewboard. It has a checked out copy of the CVS rep. -Mahesh On Dec 3, 2:11 am, Chris Clark wrote: > Have you tried using the: > >     --server= > > flag? > > RE the ver

Re: ValueError: No JSON object could be decoded

2009-12-03 Thread Mahesh
ha.. that is the domain name which I have given for my local installation. :) Mahesh On Dec 3, 1:34 am, Christian Hammond wrote: > Hi, > > Is it really reviewboard.com that you're trying to access? Because we don't > own that domain :) What's specifying that domain? > > Christian > > -- > Christ