Re: How to post a review between two tags using SVN?

2014-09-22 Thread rmc
I think I found the limitation.. it doesn't work cross-branches.
If the branches (actually, my tags) are unrelated, there is no way to have 
SVN work, it complains revisions do not exist.
So, to post a review, I need to create the tags in the same line, so a diff 
can be produced.
This is bad, but I can live with it.. CVS, although older and with a lot a 
problems, does this beautifully due to the native tag aspect.
Thanks for the debug tip!

On Thursday, September 18, 2014 1:23:33 AM UTC+1, David Trowbridge wrote:

 Can you include all of the rbt command lines you used, as well as the 
 output with those same command lines with --debug?

 -David

 On Wed, Sep 17, 2014 at 5:19 AM, rmc rmpca...@gmail.com javascript: 
 wrote:

 Hi,

 I have found a temporary solution, but I don't like it because I have to 
 create a diff file:

 1) I create the diff using

 svn diff https://REPO/tags/TAG-1 https://REPO/tags/TAG-2  ~/tmp/svn.diff

 2) I post the review using

 rbt post --basedir=/tags --diff-filename=~/tmp/svn.diff


 I would like a solution involving rbt with given tags/revisions and not a 
 intermediate diff file.

 Thanks

 -- 
 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...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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/d/optout.


Re: How to post a review between two tags using SVN?

2014-09-17 Thread rmc
Hi,

I have found a temporary solution, but I don't like it because I have to 
create a diff file:

1) I create the diff using

svn diff https://REPO/tags/TAG-1 https://REPO/tags/TAG-2  ~/tmp/svn.diff

2) I post the review using

rbt post --basedir=/tags --diff-filename=~/tmp/svn.diff


I would like a solution involving rbt with given tags/revisions and not a 
intermediate diff file.

Thanks

-- 
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/d/optout.


Re: How to post a review between two tags using SVN?

2014-09-17 Thread David Trowbridge
Can you include all of the rbt command lines you used, as well as the
output with those same command lines with --debug?

-David

On Wed, Sep 17, 2014 at 5:19 AM, rmc rmpcarva...@gmail.com wrote:

 Hi,

 I have found a temporary solution, but I don't like it because I have to
 create a diff file:

 1) I create the diff using

 svn diff https://REPO/tags/TAG-1 https://REPO/tags/TAG-2  ~/tmp/svn.diff

 2) I post the review using

 rbt post --basedir=/tags --diff-filename=~/tmp/svn.diff


 I would like a solution involving rbt with given tags/revisions and not a
 intermediate diff file.

 Thanks

 --
 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/d/optout.


-- 
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/d/optout.