SVN Branch - postcommit diff generation

2014-03-06 Thread Kalpana Jalawadi
Hi,

I have setup Review Board for SVN Repo, and using post-commit workflow.

Installation:
Review Board 1.5.7
RBTools 0.5.7

I have a query w.r.t generating diff that is scoped to a specific branch 
(SVN path/subfolder). Scenario is as below:

SVN Root: http://svnhost/svn
Multiple SVN Branches: http://svnhost/svn/branch1 
http://svnhost/svn/branch2

'rbt post' command takes the '--revision-range' parameter to specify the 
scope for the diff generation. As SVN maintains revision numbers at the 
Root level and not specific to each branch/subfolder, generated diff 
captures all changes across the branches.

Is there a way to narrow down the scope by specifying path or branch? I 
don't seem to find any other parameters in the documentation which could 
facilitate this use case.

Any insights or help in this regards is highly appreciated.
Thanks in advance!

Regards,
Kalpana

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: SVN Branch - postcommit diff generation

2014-03-06 Thread David Trowbridge
You can add a path on to the end of the command line. For example:

rbt post --revision-range=123:456 branch1/

Note that this syntax will be changing significantly for the 0.6 release.
After that release, the command would be:

rbt post --include=branch/ 123:456

-David


On Thu, Mar 6, 2014 at 3:37 AM, Kalpana Jalawadi kalpana.jalaw...@gmail.com
 wrote:

 Hi,

 I have setup Review Board for SVN Repo, and using post-commit workflow.

 Installation:
 Review Board 1.5.7
 RBTools 0.5.7

 I have a query w.r.t generating diff that is scoped to a specific branch
 (SVN path/subfolder). Scenario is as below:

 SVN Root: http://svnhost/svn
 Multiple SVN Branches: http://svnhost/svn/branch1
 http://svnhost/svn/branch2

 'rbt post' command takes the '--revision-range' parameter to specify the
 scope for the diff generation. As SVN maintains revision numbers at the
 Root level and not specific to each branch/subfolder, generated diff
 captures all changes across the branches.

 Is there a way to narrow down the scope by specifying path or branch? I
 don't seem to find any other parameters in the documentation which could
 facilitate this use case.

 Any insights or help in this regards is highly appreciated.
 Thanks in advance!

 Regards,
 Kalpana

 --
 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 reviewboard+unsubscr...@googlegroups.com.
 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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.