It's too easy to upload diffs "wrongly"

2012-11-22 Thread Will
Where is it described in the documentation the correct way to make several diffs and upload them incrementally? We had a situation where one of our developers only uploaded partial diffs each time (just the changes since the last time he uploaded a diff), meaning there was no way to see his com

Django Middleware problem

2012-11-22 Thread Shaffick Joomratty
Hey guys, I have now successfully installed reviewboard and it runs...partially. -- 1.When I go to the admin panel, the ADMIN_PREFIX_URL setting is not being processed properly (I have it in the conf/settings_local.py file) For the life of me, I cant figure it out and have trie

Re: Django Middleware problem

2012-11-22 Thread Shaffick Joomratty
Please ignore the above. I fixed it. In the debug info, for whatever reason, django 1.4 was being loaded. I deinstalled it and reinstalled django 1.3 and that fixed it. On Thursday, 22 November 2012 14:53:54 UTC-8, Shaffick Joomratty wrote: > > Hey guys, > > I have now successfully installed

Adding SVN Repository

2012-11-22 Thread Shaffick Joomratty
Hey guys, I keep getting the error: A repository was not found at the specified path. If I type the URL (http://blabla/path/to/repo) in my browser and authenticate myself, I can browse the repository no problem. Any ideas? Thanks in advance. -- Want to help the Review Board project? Donate

Re: Adding SVN Repository

2012-11-22 Thread Shaffick Joomratty
I also see this error in my logs: Error loading authentication backend x509: (Django 1.3.*4*(/usr/local/lib/python2.7/site-packages), Requirement.parse('Django==1.3. *3*')) This might be the problem. Any ideas? On Thursday, 22 November 2012 17:46:36 UTC-8, Shaffick Joomratty wrote: > > Hey