Joseph,

There's no way for a single review request to span repositories. What you
can do (and what we recommend) is to use the "depends on" field to indicate
the interdependencies between the changes in each repository.

Making custom rbt commands is pretty easy. You can either do it in Python,
or you could write a script named "rbt-X" that invokes "rbt post" in each
repository, which can then be accessed through the top-level as "rbt X"
(replace X with your own name).

-David

On Mon, Apr 4, 2016 at 9:37 AM Joseph Henry <datac...@gmail.com> wrote:

> Hello,
>
> Me and my team have been successfully using ReviewBoard for about half a
> year now, and I am looking at rolling it out to the whole of R&D.
>
> The only problem that we have so far, is that many times, our code changes
> are across multiple repos. I have been able to work around this with CVS by
> creating a dummy CVS directory in the root, and adding all the repos to the
> ENTRIES, but now we are migrating to GIT and this will no longer work.
>
> Basically my question is: Is there any way to post a review that uses More
> than 1 repository?  Example would be 1 GIT repo and 1 CVS repo, or 2 GIT
> repos, ...
>
> If this is not currently possible, how difficult do you think it would be
> to make a custom RBT command to be able to do this?
>
> Thanks,
> Joseph.
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to