Unfortunately, the syntax that you're trying to use is specific to perforce. There's currently no way to filter specific files for git through rbtools. We'll be adding this to 'rbt post' as part of a big revision/file rework that's happing now, but that's going to take a little while.
For now, you could create the diff manually using 'git diff --full-index rev1..rev2 --relative=module_a' -David On Tue, Dec 17, 2013 at 7:08 AM, Bruno Carneiro <[email protected]> wrote: > Hi everybody, > > > I have a GIT repository which has many subprojects (modules) inside. > Different teams work in each subproject. > So, I would like to know if it is possible to post a review request > filtering by a path. I tried to use "Posting Changeset" ( > http://www.reviewboard.org/docs/manual/1.7/users/tools/post-review/#posting-changesets > ) > > Here's the command I'm trying: > > ./post-review > //opt/deploy/df/N02_src/*module_a*[@#]$last_commit,[#@]$head_commit > -p --revision-range=$last_commit > --tracking-branch=refs/heads/integracao_ge --repository-url= > http://git.powerlogic.com.br:8080/git/git/n02 > > > > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
