Re: Selecting items in New Review Request for Committed Change drop box doesn't work and throws ERROR in server log file

2014-09-12 Thread Bob Farmer
Problem here seems to be that ReviewBoard doesn't handle the situation where there are revisions present that the repository user doesn't have access to. get_commits() fails because there is no commit['date'] for a given revision, when you have no access to the files that the revision

Re: Selecting items in New Review Request for Committed Change drop box doesn't work and throws ERROR in server log file

2014-09-12 Thread Christian Hammond
We'd be happy to take patches for this. Currently, Review Board has no notion of commits that are blocked from being seen by the user. Would you be able to go into more detail on your repository setup? Christian -- Christian Hammond - christ...@beanbaginc.com Review Board -

Re: Selecting items in New Review Request for Committed Change drop box doesn't work and throws ERROR in server log file

2014-09-12 Thread Bob Farmer
Nothing too out of the ordinary about our repository setup. There are simply directories that not everyone has access to (via SVN's authz file). If the user ReviewBoard is logging into the repo with doesn't have access to some things, then it chokes in a situation like this since it assumes

Selecting items in New Review Request for Committed Change drop box doesn't work and throws ERROR in server log file

2014-09-03 Thread Eugene
My SVN repository (https://fs.company.com/svn-proj) has four directories. All of them show up in New Review Request for Committed Change drop-down box (on https://reviewboard.company.com/r/new/), but only selecting one of them works ok, i.e. loads recent commits. Selecting any other of the