Re: Moving to a different server

2010-11-09 Thread Charles Gagnon
Thanks Christian for all your help so far. Still struggling with this. I tried replacing the SECRET_KEY and they now match. Still not go. I've even tried 'rb-site manager createsuperuser' and the use I just created fails to login. Not sure what's going on. I get almost nothing in the log even

Re: Moving to a different server

2010-11-09 Thread Christian Hammond
May be worth shutting off AD and seeing if you can log in then. Obviously you can't log in to do that, but this should work: $ rb-site manage /path/to/site shell from djblets.siteconfig.models import SiteConfiguration siteconfig = SiteConfiguration.objects.get_current()

RE: All files marked as new

2010-11-09 Thread Noah Kantrowitz
All diffs uploaded using post-review -o --parent=develop. The parent branch is because we are using the gitflow branch layout (http://nvie.com/posts/a-successful-git-branching-model/). The repo on the server is against the local master repo (the same server is both the git and review machine):

What is happen with moved/renamed files?

2010-11-09 Thread Jan Koprowski
Hi, I'm just curious. When someone send file to review. Then rename it and on more time send to another review what is happen with previous review? The start raising SCMError because file is missing? -- Jan Koprowski -- Want to help the Review Board project? Donate today at

Re: Moving to a different server

2010-11-09 Thread Charles Gagnon
Huge progress... I was able to login. Discovered some packages were missing and causing the problems. Namely python-ldap and PyLucene. After adding these missing packages, I'm getting much better results. We're finalizing the testing now but I think I'm close to done on the move. Thanks again.

Re: Issue 595 in reviewboard: Would be nice to have an option in the diff viewer for side-by-side or top-bottom

2010-11-09 Thread reviewboard
Comment #6 on issue 595 by ben.hollis: Would be nice to have an option in the diff viewer for side-by-side or top-bottom http://code.google.com/p/reviewboard/issues/detail?id=595 chipx86, what all would need to be changed for this to happen? I'm trying to figure out how much work it'd be

Re: Issue 1769 in reviewboard: Newlines in review summary cause ReviewBoard to error

2010-11-09 Thread reviewboard
Comment #4 on issue 1769 by ben.hollis: Newlines in review summary cause ReviewBoard to error http://code.google.com/p/reviewboard/issues/detail?id=1769 I haven't seen this since we upgraded to 1.5. I'm guessing it's fixed. -- You received this message because you are subscribed to the

Re: Issue 1769 in reviewboard: Newlines in review summary cause ReviewBoard to error

2010-11-09 Thread reviewboard
Updates: Status: Fixed Comment #5 on issue 1769 by trowbrds: Newlines in review summary cause ReviewBoard to error http://code.google.com/p/reviewboard/issues/detail?id=1769 Good to know, thanks. -- You received this message because you are subscribed to the Google Groups

Re: Issue 595 in reviewboard: Would be nice to have an option in the diff viewer for side-by-side or top-bottom

2010-11-09 Thread reviewboard
Comment #8 on issue 595 by ben.hollis: Would be nice to have an option in the diff viewer for side-by-side or top-bottom http://code.google.com/p/reviewboard/issues/detail?id=595 Thanks for the info. I understand your hesitance to complicate the codebase, but for our internal users, lack