Re: Post Commit Review

2014-04-08 Thread dhananjayj602
Thanks for the guidance. Just few more clarifications required:
 
1. As I said we are using Windows platform in our day to day work. Do the 
RBTools install and work well on windows platforms? 
2. Using RBTools, is the review request created from the client side or 
from the server side?
3. How to create a review request for a fresh baked code - which contains 
no changes and hence no diffs?

Regards,

Dhananjay.

On Friday, April 4, 2014 7:36:00 PM UTC-5, Christian Hammond wrote:

 We recommend always using RBTools.

 For some types of repositories, RBTools is required in order to generate a 
 diff with enough information for us to fetch the files for the side-by-side 
 diff view.

 Some other types of repositories have compatible diffs, but have various 
 problems with how they generate the diffs in certain cases, and RBTools 
 catches these problems.

 RBTools is also just a better experience in general, and has an assortment 
 of useful command line tools that developers can use.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Fri, Apr 4, 2014 at 3:13 PM, dhanan...@gmail.com javascript: wrote:

 To be precise, would you recommend us to use the RBTools on Client side 
 which is a Windows environment or use the Graphic UI for uploading the 
 diffs.


 On Friday, April 4, 2014 4:11:51 PM UTC-5, dhanan...@gmail.com wrote:

 Hi,

 We are using Win-7 on client machines and the RB server is installed on 
 Linux machine. Now, for creating the post commit review do we need to 
 install the RBTools on client machine i.e on Win-7? 

 Regards,

 Dhananjay.

  -- 
 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: RBTools 0.6 released

2014-04-08 Thread Stephen Gallagher
On 04/07/2014 06:29 PM, Christian Hammond wrote:
 Hi everyone,
 
 We just put out the all-new RBTools 0.6 release. We spent a lot of time
 improving the usability of RBTools, making it easier and faster to use.
 
 There's a lot going on with this release, and I've already written it up
 twice :) So instead, I'll point you all to the news post and release notes:
 
 http://www.reviewboard.org/news/2014/04/07/rbtools-0-6-released/
 

Packages built for Fedora 19, 20, Rawhide and EPEL 6:
https://admin.fedoraproject.org/updates/search/RBTools

Note: EPEL 5 will not be getting an update to RBTools 0.6 in the
foreseeable future. Support for the required version of setuptools is
currently only available to customers of Red Hat Software Collections[1]
and it's currently unclear what that means for packages in the EPEL
repositories.

If you are using RHEL/CentOS/Scientific Linux 5 as your development
system, please consider using easy_install for RBTools 0.6.

[1] http://developerblog.redhat.com/2013/09/12/rhscl1-ga/

-- 
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.


Need Help: Review Board Unit Test Problem

2014-04-08 Thread Koushik Roy

Hi,

  I am trying to run review board unit tests with manage.py test

  I have two questions -

1. The tests were hung. What am I missing?
I was able to run them once - but not the second time.

*Copying 
'/home/kroy/envs/serverside/apr4/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js'*

*267 static files copied.*
*Creating test database for alias 'default'...*
*^Z*
*Suspended*


2. When the tests ran for the first time, I noticed that I need 
internet connection to access Perforce server etc.
How can I run the tests with internal servers?


Thanks for the help.

Koushik Roy.

-- 
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: Need Help: Review Board Unit Test Problem

2014-04-08 Thread Christian Hammond
Hi,

This is probably best discussed on the reviewboard-dev list, but that's
okay. I have a few questions.

1. Are you using sqlite as your database backend, or something else? You
should only use sqlite for the test suite, or you'll have a bad time.

2. What are you running the tests on, OS/distro-wise?

3. What version of Review Board?

You do need an Internet connection for many of the tests, but assuming a
modern tree, it *should* skip those tests once it realizes it can't reach
the servers. There is no way to run against internal servers, since they
would simply fail. We need it to be the specific servers we're testing
against.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Tue, Apr 8, 2014 at 12:29 PM, Koushik Roy roys2...@gmail.com wrote:


 Hi,

   I am trying to run review board unit tests with manage.py test

   I have two questions -

 1. The tests were hung. What am I missing?
 I was able to run them once - but not the second time.

 *Copying
 '/home/kroy/envs/serverside/apr4/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js'*

 *267 static files copied.*
 *Creating test database for alias 'default'...*
 *^Z*
 *Suspended*


 2. When the tests ran for the first time, I noticed that I need
 internet connection to access Perforce server etc.
 How can I run the tests with internal servers?


 Thanks for the help.

 Koushik Roy.

  --
 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.


Re: Need Help: Review Board Unit Test Problem

2014-04-08 Thread Koushik Roy
Christian, thanks for the quick response.
1. Yes, I am using sqlite for the unit tests. (For my actual server, its 
MySql)
2  3. I am running RB1.7.13 on Debian7-64

Its only the tests that I cannot run; my real environment with Apache-MySql 
etc. is functional.

Thanks.




On Tuesday, April 8, 2014 3:53:52 PM UTC-4, Christian Hammond wrote:

 Hi,

 This is probably best discussed on the reviewboard-dev list, but that's 
 okay. I have a few questions.

 1. Are you using sqlite as your database backend, or something else? You 
 should only use sqlite for the test suite, or you'll have a bad time.

 2. What are you running the tests on, OS/distro-wise?

 3. What version of Review Board?

 You do need an Internet connection for many of the tests, but assuming a 
 modern tree, it *should* skip those tests once it realizes it can't reach 
 the servers. There is no way to run against internal servers, since they 
 would simply fail. We need it to be the specific servers we're testing 
 against.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Tue, Apr 8, 2014 at 12:29 PM, Koushik Roy roys...@gmail.comjavascript:
  wrote:


 Hi,

   I am trying to run review board unit tests with manage.py test

   I have two questions -

 1. The tests were hung. What am I missing?
 I was able to run them once - but not the second time.

 *Copying 
 '/home/kroy/envs/serverside/apr4/local/lib/python2.7/site-packages/Django-1.4.10-py2.7.egg/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js'*

 *267 static files copied.*
 *Creating test database for alias 'default'...*
 *^Z*
 *Suspended*


 2. When the tests ran for the first time, I noticed that I need 
 internet connection to access Perforce server etc.
 How can I run the tests with internal servers?


 Thanks for the help.

 Koushik Roy.

  -- 
 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.


rbt patch on Windows troubles

2014-04-08 Thread Igor Berger
Hello,

This is not a Review Board problem. I'm just wondering whether anyone is 
using rbt patch on Windows 7.

I figured out that in order for rbt patch to work, patch itself has to be 
installed separately.
I've found these precompiled binaries for Windows
: http://gnuwin32.sourceforge.net/packages/patch.htm

However, patch crashes even if I use workarounds listed here:
http://math.nist.gov/oommf/software-patchsets/patch_on_Windows7.html

Any ideas?

Thank you,
Igor.

-- 
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: I am only see the directory listed on my site.

2014-04-08 Thread Alex Winter
Bump!

-- 
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: I am only see the directory listed on my site.

2014-04-08 Thread markdbeyer
easy_install -U ReviewBoard

I believe that's the recommended method.

On Tuesday, April 8, 2014 3:57:27 PM UTC-7, Alex Winter wrote:

 Bump!

-- 
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: I am only see the directory listed on my site.

2014-04-08 Thread Christian Hammond
He's trying to install the packages from yum, which is totally fine.

Alex, I don't know what to say to that log. You have a lot of
package-related issues, which looks like you may have installed some things
in a forced, incorrect way. You may want to just start from scratch on that
system.

Maybe Stephen Gallagher will have a better idea about it?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Tue, Apr 8, 2014 at 4:50 PM, markdbe...@gmail.com wrote:

 easy_install -U ReviewBoard

 I believe that's the recommended method.


 On Tuesday, April 8, 2014 3:57:27 PM UTC-7, Alex Winter wrote:

 Bump!

  --
 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.