Re: Failure to install ReviewBoard via easy_install

2015-01-07 Thread Erick Saavedra
Hey.. that worked. I just ran easy_install ReviewBoard instead of sudo easy_install ReviewBoard and it worked. Thanks, Erick On Tuesday, January 6, 2015 10:59:08 AM UTC-6, Adam wrote: You set the environment variables as root and then used sudo, which will clear out those environment

Re: Always being prompted for password with rbt post

2015-01-07 Thread David Trowbridge
Can you check to make sure that ~/.rbtools-cookies is writable by your user? -David On Wed Jan 07 2015 at 9:28:55 AM David Resnick abune...@gmail.com wrote: I've been having this problem for a while. I encountered this both on Mac (10.10) and Ubunu 14.04. RBTools 0.6.3, Reviewboard 2.0.10

Review Board 2.0.12 is released, with improved Markdown support

2015-01-07 Thread Christian Hammond
Hi everyone, We released Review Board 2.0.12, the largest 2.0.x release yet. We have a lot of stability and performance improvements, but the real highlight is our overhauled Markdown support. There are a lot of changes here, so rather than go into it all here, I'll point you all to the

Issue with upgrading from RB 1.7.6 to 1.7.28

2015-01-07 Thread Andy W.
I'm attempting to upgrade our RB installation [1.7.6] to 1.7.28 to pick up some bugfixes [we're not ready to move a major version quite yet], and I'm encountering some issues. Full disclosure: I've inherited this system from someone else, so I've never dealt with an upgrade or installation.

Always being prompted for password with rbt post

2015-01-07 Thread David Resnick
I've been having this problem for a while. I encountered this both on Mac (10.10) and Ubunu 14.04. RBTools 0.6.3, Reviewboard 2.0.10 $ rbt post --debug RBTools 0.6.3 Python 2.7.9 (default, Dec 19 2014, 06:00:59) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)] Running on

checkout from svn+ssh using password

2015-01-07 Thread d17may
I am able to install reviewboard on ubuntu but unable to do any checkout from svn. I am using svn+ssh and it is working fine in command line. I cannot use public key for my svn as it is not in my control. I can only use svn+ssh with password. I tried everything but nothing works. I keep getting

Re: Issue 3618 in reviewboard: Unprintable characters in change description causes page to crash

2015-01-07 Thread reviewboard
Comment #2 on issue 3618 by theo.bel...@gmail.com: Unprintable characters in change description causes page to crash https://code.google.com/p/reviewboard/issues/detail?id=3618 Theo here, I'm going to try and fix this bug. W2015. -- You received this message because this project is

Re: Issue 3707 in reviewboard: Non-ASCII Unicode characters cause email notifications not to be sent

2015-01-07 Thread reviewboard
Updates: Status: Fixed Comment #10 on issue 3707 by trowb...@gmail.com: Non-ASCII Unicode characters cause email notifications not to be sent https://code.google.com/p/reviewboard/issues/detail?id=3707 Fixed in release-2.0.x (306dd9a). Thanks! -- You received this message because

Re: Issue 3490 in reviewboard: rbt post with Perforce fails when a file has been renamed twice

2015-01-07 Thread reviewboard
Comment #1 on issue 3490 by mgul...@gmail.com: rbt post with Perforce fails when a file has been renamed twice https://code.google.com/p/reviewboard/issues/detail?id=3490 I have run across this issue as well. I believe the issue is that the 'move/delete' record doesn't have the 'moved

Re: Issue 3707 in reviewboard: Non-ASCII Unicode characters cause email notifications not to be sent

2015-01-07 Thread reviewboard
Comment #8 on issue 3707 by jasperle...@gmail.com: Non-ASCII Unicode characters cause email notifications not to be sent https://code.google.com/p/reviewboard/issues/detail?id=3707 Changing it to b' ' also appears to fix this issue. Could you explain why you chose to do this as b to my