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.


How to post a review between two tags using SVN?

2014-09-17 Thread rmc
Hi,

How can I post a review between tags, using a Subversion repository?

Let's say I am working on a branch https://REPO/branches/BRANCH-1;, wich 
derived from the tag https://REPO/tags/TAG-1;.
After commiting my code multiple times, I create a new tag to mark that 
point as https://REPO/tags/TAG-2;.

I have tried giving the proper revision numbers, but 'rbt' complains with:
 *** CRITICAL: Could not parse specified revisions: ['18', '21'] ***

Note that 18 and 21 are the revisions of TAG-1 and TAG-2 respectively.

What am I doing wrong?

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 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: Problems with inactive users

2011-09-02 Thread rmc
Hello,

I understand that can be a problem, but consider the benefit: reviewboard as 
a knowledge base.

I think this could be solved by filtering reviews out like you said, but 
keep an option so that they can be searched.

Best regards,
Raul

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Searching for [Submitted] reviews

2011-09-02 Thread rmc
Hi,

Is there a way to search for all reviews marked as [Submitted]?

Thanks.
Raul

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Slow response after publishing review or comments

2011-08-18 Thread rmc
Hello Christian,

I confirm that email is the culprit.

The interface should not block because of it, shouldn't this be done in the 
background? 

R

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Problems with inactive users

2011-08-18 Thread rmc
Hi,

I am having two problems when I set a user to be inactive:

1 - Related reviews no longer appear on the list. This is bad, because 
prevents active users from learning about things in older reviews.
2 - Because of 1 above, I usually keep users active. However, their 
mailboxes no longer exist and I get error replies all the time

Is there an elegant solution for this?

This is what I would expect:

* User active/inactive checkbox should only disallow login, posting reviews, 
and comments

or

* A new checkbox to disable email for the user

Thanks.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Problems with inactive users

2011-08-18 Thread rmc
Ok, I have found a way to disable email while keeping the user active by 
blanking the email field.

I thought email was a mandatory field, but it isn't. Not perfect, but serves 
my purpose.

Thanks.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Slow response after publishing review or comments

2011-08-17 Thread rmc
Hi,

I am using Review Board 1.5.2 on a CentOS 5.2 against MySQL database.
The system response has been degrading the last weeks, I used to have fast 
operations, but now the publishing is getting very slow.
I continue to have a good page load response, but when I publish something, 
the Loading ... ticker on top takes around 30 seconds to go away.
What can I do to track down the cause of this slow response?

Thanks.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en