Re: Need to move reviews numbered below 1000 to new positions above 100000

2015-05-04 Thread Robert Orr
Thanks! While its not the answer I'd like to hear, its good to get validation of what I was thinking. On Friday, May 1, 2015 at 11:31:32 AM UTC-7, Robert Orr wrote: > > We created a new reviewboard server after using an old one for a while, > and after a few hundred reviews were done on the new

Re: RBtools version for ReviewBoard 2.0.12

2015-05-04 Thread Christian Hammond
Hi Satish, RBTools 0.2 is 5 years old, and our first public release. You'll definitely want a modern version of RBTools for modern versions of Review Board. We removed post-review (a pretty hacky script from the olden days of Review Board) some time ago, replacing the bulk of its responsibilities

Re: Exclude in .reviewboardrc

2015-05-04 Thread Jeff Buzzell
Could you please elaborate on the syntax for patterns when using .reviewboardrc EXCLUDE_PATTERNS ? I am able to use the rbt parameters to exclude a single pattern at the Windows command line rbt post --exclude *\AssemblyInfo.cs this successfully excludes all "AssemblyInfo.cs" files found

Re: Exclude in .reviewboardrc

2015-05-04 Thread Barret Rennie
Hi there Jeff, When using exclude patterns in your .reviewboardrc file, it takes a list of python strings. As such you have to make sure to either escape your strings correctly or use raw strings. To use your example, it should be: EXCLUDE_PATTERNS = [ r’*\AssemblyInfo.cs’ ] Let me know i

Re: Rhonda Software into users

2015-05-04 Thread Christian Hammond
Thanks, Stephen! Sorry for missing this earlier (and getting back to you late on this now). I've added both projects, guessing at the proper descriptions. Let me know if you'd like me to reword these. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org