Re: skipping or excluding versions within a range

2016-05-09 Thread Griffin Myers
Aaron, Here is how I do this for SVN, it's not the cleanest but it works. The key is not to post-review on the branch explicitly, but pseudo-post-review (for lack of a better term) on the branch relative to trunk. Make all your changes to your branch and commit, as you are doing. Eventually

Re: skipping or excluding versions within a range

2016-05-09 Thread David Trowbridge
Aaron, There's no good way to skip intermediate revisions when posting a change. Probably your best bet is to use rbtools to post the range, but use the -I or -X flags to specifically include or exclude whole files. -David On Mon, May 9, 2016 at 10:24 AM Aaron Lager wrote: > Is there a way to