LDAP Authentication with user password containing non-ascii characters

2012-10-26 Thread magnus
Hi, We just recently took into use the LDAP authentication with Reviewboard. In general it is working and we are very happy that this authentication option exists, thanks for adding it. One of our users couldnt login and from the reviewboard logs we could see that it was due to the fact that he

Installation error with python 2.6

2012-10-26 Thread Zhu Wayne
I am having hard time installing review board. # easy_install ReviewBoard Traceback (most recent call last): File "/usr/bin/easy_install", line 5, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources Any idea how to fix this? -- Want to help the Review

Uploading diffs for files which are not in any VCS

2012-10-26 Thread coys
Hello, I'd like to upload diffs for files which are currently not stored in any VCS. I've tried creating a unified_diff between my files and manually uploading them to reviewboard but the upload fails. Also, faking the headers on the diff does not work for me either? Is there a header fake I can us

post-review: failed to execute command: svn diff

2012-10-26 Thread rb
Hi, Working to get ReviewBoard setup for our dev group. Please see output below and provide guidance on possible causes/resolution. Thanks, Mark = C:\workareas\svn\test\rb-test > post-review --debug >>> RBTools 0.4.2 >>> Python 2.7.1 (r271:86832, Aug 2

Re: Installation error with python 2.6

2012-10-26 Thread David Trowbridge
You need to install a newer version of setuptools: http://www.reviewboard.org/docs/manual/1.6/admin/installation/linux/#installing-python-setuptools -David On Fri, Oct 26, 2012 at 9:07 AM, Zhu Wayne wrote: > I am having hard time installing review board. > # easy_install ReviewBoard > Tracebac

Re: post-review: failed to execute command: svn diff

2012-10-26 Thread Christian Hammond
Huh, if I'm reading it right, it looks like no files are being passed to svn diff. Can you show me what svn status says? Christian On Oct 26, 2012, at 11:33, "rb" wrote: > Hi, > > Working to get ReviewBoard setup for our dev group. Please see output below > and provide guidance on possible

Re: Uploading diffs for files which are not in any VCS

2012-10-26 Thread Christian Hammond
Hi, Review Board today does not provide this ability. We only show diffs backed by files in a repository. You'll need some form of SCMTool. Our headers are generated by our diff generator. We basically don't use any of the information in the diff for rendering. Rather, we just apply the diff to

Re: Uploading diffs for files which are not in any VCS

2012-10-26 Thread coys
Thanks for the reply Chris. Btw, is this something we'd expect to see later down the line? For e.g. for code reviews, I can understand why one would expect to see reviewboard bound tighly with a VCS. However, this feature looks like it'd be useful, especially exploring using it for applications whe

Re: Uploading diffs for files which are not in any VCS

2012-10-26 Thread Christian Hammond
There are higher priorities, but it's something I would like to add for certain reasons down the line. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Oct 26, 2012 at 12:53 PM, coys wrote: > Thanks fo