Re: can't pip install RBTools - no packages on pypi?

2014-08-06 Thread David Trowbridge
That will install the package, but I believe pip still doesn't properly register python entry points, which means that rbt won't work right. -David > On Aug 6, 2014, at 2:04 PM, Edward Delaporte wrote: > > For what it's worth, there seems to be a combination of command line flags > that works

Re: can't pip install RBTools - no packages on pypi?

2014-08-06 Thread Edward Delaporte
For what it's worth, there seems to be a combination of command line flags that works as a workaround: pip install rbtools --allow-external rbtools --allow-unverified rbtools On Wednesday, May 7, 2014 8:03:11 AM UTC-5, Jason Antman wrote: > > I'm aware that pip is not a supported installation m

Re: Clarification of Pre-Commit Workflow

2014-08-06 Thread Christian Hammond
Hi Kevan, That’s the workflow, though we strongly encourage you to post to a branch based off master, and then only merge to master once it’s reviewed. rbt post will post from the upstream tracking branch (defaulting to origin/master, customizable by TRACKING_BRANCH in .reviewboardrc or —track

Re: How can I post a review for selected files only?

2014-08-06 Thread David Trowbridge
Hi, There was a bug in 0.6 that prevented -I from working with SVN repositories. This bug was fixed in 0.6.1 -David On Wed, Aug 6, 2014 at 12:21 PM, Tamer Afify wrote: > Per the documentation this should do it for Server 1.7.22, rbt 0.6 and SVN > repository > rbt post -I > yet that generates

How can I post a review for selected files only?

2014-08-06 Thread Tamer Afify
Per the documentation this should do it for Server 1.7.22, rbt 0.6 and SVN repository rbt post -I yet that generates a code review request (with a diff file) for all checked out files under current path (where rbt is called). Am I doing something wrong? -- Get the Review Board Power Pack at h