Reviewed Board-Not able to see diff files when submitted a review request using post-review with perforce on windows

2013-07-26 Thread RB
I have successfully set-up Bitnami review board stack on windows 64-bit. I 
have added a perforce repository on admin panel. 
I ran *post-review changelist *command to post a review request . It is 
showing that the review request is successfully posted. 
When i log-in to Review Board server i am able to see the review request. 
But i am not able to see the diffs of changed files. What could be the 
reason??

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




How to use extssh path to connect CVS repository

2013-07-26 Thread pratik bajaj
Hi

While configuring CVS Repo Admin Dashboard I have used 
:extssh:pratik_ba...@cvs.myserver.com:/cvsrepo/abc 
And I got the error : A repository was not found at the specified path.

So , is CVSROOT path format for extssh correct and does Reviewboard support 
extssh .


Regards
Pratik
 

-- 
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
--- 
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: Reviewed Board-Not able to see diff files when submitted a review request using post-review with perforce on windows

2013-07-26 Thread David Trowbridge
Was the changelist you posted pending or submitted? The basic post-review
changelist command syntax is really only useful for pending changes, and
the more-complicated --revision-range parameter.

-David


On Fri, Jul 26, 2013 at 2:15 AM, RB lanka.a...@gmail.com wrote:

 I have successfully set-up Bitnami review board stack on windows 64-bit. I
 have added a perforce repository on admin panel.
 I ran *post-review changelist *command to post a review request . It is
 showing that the review request is successfully posted.
 When i log-in to Review Board server i am able to see the review request.
 But i am not able to see the diffs of changed files. What could be the
 reason??

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




-- 
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
--- 
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: Can't install ReviewBoard with rb-site

2013-07-26 Thread Eric Johnson
I ran into this problem when I tried to upgrade past 1.7.7.1.

Very curious about the answer.

Eric

Sent from my iPad

On Jul 25, 2013, at 5:04 AM, Dirk Best star...@gmail.com wrote:

 I've changed the reviewboard database to latin1 and it installs fine now 
 (because the key is now less than 1000 bytes). Am I supposed to use latin1?
 
 --Dirk
 
 
 On Wednesday, July 24, 2013 1:59:29 AM UTC+2, Dirk Best wrote:
 
 MySQL works fine for a number of applications on the same server, installed 
 is version 5.1.70.
 
 This is the table it tries to create:
 
 CREATE TABLE `hostingsvcs_hostingserviceaccount` (
 `id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY,
 `service_name` varchar(128) NOT NULL,
 `hosting_url` varchar(255),
 `username` varchar(128) NOT NULL,
 `data` longtext NOT NULL,
 `visible` bool NOT NULL,
 `local_site_id` integer,
 UNIQUE (`service_name`, `hosting_url`, `username`, `local_site_id`)
 )
 
 There is a key over the columns `service_name`, `hosting_url`, `username` 
 and `local_site_id`. Sum of those is 128+255+128 = 511 * 3 (because of 
 UTF-8).
 
 --Dirk
 
 
 On Wednesday, July 24, 2013 1:13:43 AM UTC+2, Christian Hammond wrote:
 
 We have no keys approaching anything near that size. I have no idea what 
 it'd ever give you that. Is there something funky with your MySQL 
 configuration? 
 
 Christian 
 
 
 Dirk Best wrote: 
  Thanks for your help, I've uninstalled everything the package manager 
  installed and used your installation instructions. The installation goes 
  a lot further now, but stops here: 
  
  Creating table hostingsvcs_hostingserviceaccount 
  Traceback (most recent call last): 
  File /usr/bin/rb-site, line 9, in module 
  load_entry_point('ReviewBoard==1.7.11', 'console_scripts', 'rb-site')() 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 1937, in main 
  command.run() 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 1405, in run 
  self.show_install_status() 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 1684, in show_install_status 
  site.sync_database) 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 885, in step 
  func() 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 370, in sync_database 
  self.run_manage_command(syncdb, params) 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 560, in run_manage_command 
  execute_manager(reviewboard.settings, [__file__, cmd] + params) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py,
   
  line 459, in execute_manager 
  utility.execute() 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py,
   
  line 382, in execute 
  self.fetch_command(subcommand).run_from_argv(self.argv) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/base.py,
   
  line 196, in run_from_argv 
  self.execute(*args, **options.__dict__) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/base.py,
   
  line 232, in execute 
  output = self.handle(*args, **options) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/base.py,
   
  line 371, in handle 
  return self.handle_noargs(**options) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/commands/syncdb.py,
   
  line 102, in handle_noargs 
  cursor.execute(statement) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/backends/mysql/base.py,
   
  line 114, in execute 
  return self.cursor.execute(query, args) 
  File /usr/lib64/python2.7/site-packages/MySQLdb/cursors.py, line 174, 
  in execute 
  self.errorhandler(self, exc, value) 
  File /usr/lib64/python2.7/site-packages/MySQLdb/connections.py, line 
  36, in defaulterrorhandler 
  raise errorclass, errorvalue 
  django.db.utils.DatabaseError: (1071, 'Specified key was too long; max 
  key length is 1000 bytes') 
  
  This seems to be a mysql limit? 
  
  --Dirk 
  
  
  On Tuesday, July 23, 2013 8:45:30 PM UTC+2, Christian Hammond wrote: 
  
  Your rb-site is linked to rbssh instead. Something is very wrong with 
  the package you installed. 
  
  You'll need to uninstall it and use our installation instructions 
  instead. 
  
  Christian 
  
  
  Dirk Best wrote: 
Hi Christian, 

here is the output of rb-site --help: 

crest ~ # rb-site --help 
Usage: rb-site [options] [user@]hostname [command] 

I've installed ReviewBoard using the 

Re: Can't install ReviewBoard with rb-site

2013-07-26 Thread Christian Hammond
We haven't hit it (we use utf-8), so I don't have an answer ready for you. 
We'll have to figure out some solution that won't be a total pain.

Christian


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

On Jul 25, 2013, at 5:04 AM, Dirk Best star...@gmail.com wrote:

 I've changed the reviewboard database to latin1 and it installs fine now 
 (because the key is now less than 1000 bytes). Am I supposed to use latin1?
 
 --Dirk
 
 
 On Wednesday, July 24, 2013 1:59:29 AM UTC+2, Dirk Best wrote:
 MySQL works fine for a number of applications on the same server, installed 
 is version 5.1.70.
 
 This is the table it tries to create:
 
 CREATE TABLE `hostingsvcs_hostingserviceaccount` (
 `id` integer AUTO_INCREMENT NOT NULL PRIMARY KEY,
 `service_name` varchar(128) NOT NULL,
 `hosting_url` varchar(255),
 `username` varchar(128) NOT NULL,
 `data` longtext NOT NULL,
 `visible` bool NOT NULL,
 `local_site_id` integer,
 UNIQUE (`service_name`, `hosting_url`, `username`, `local_site_id`)
 )
 
 There is a key over the columns `service_name`, `hosting_url`, `username` and 
 `local_site_id`. Sum of those is 128+255+128 = 511 * 3 (because of UTF-8).
 
 --Dirk
 
 
 On Wednesday, July 24, 2013 1:13:43 AM UTC+2, Christian Hammond wrote:
 We have no keys approaching anything near that size. I have no idea what 
 it'd ever give you that. Is there something funky with your MySQL 
 configuration? 
 
 Christian 
 
 
 Dirk Best wrote: 
  Thanks for your help, I've uninstalled everything the package manager 
  installed and used your installation instructions. The installation goes 
  a lot further now, but stops here: 
  
  Creating table hostingsvcs_hostingserviceaccount 
  Traceback (most recent call last): 
  File /usr/bin/rb-site, line 9, in module 
  load_entry_point('ReviewBoard==1.7.11', 'console_scripts', 'rb-site')() 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 1937, in main 
  command.run() 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 1405, in run 
  self.show_install_status() 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 1684, in show_install_status 
  site.sync_database) 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 885, in step 
  func() 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 370, in sync_database 
  self.run_manage_command(syncdb, params) 
  File 
  /usr/lib64/python2.7/site-packages/ReviewBoard-1.7.11-py2.7.egg/reviewboard/cmdline/rbsite.py,
   
  line 560, in run_manage_command 
  execute_manager(reviewboard.settings, [__file__, cmd] + params) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py,
   
  line 459, in execute_manager 
  utility.execute() 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/__init__.py,
   
  line 382, in execute 
  self.fetch_command(subcommand).run_from_argv(self.argv) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/base.py,
   
  line 196, in run_from_argv 
  self.execute(*args, **options.__dict__) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/base.py,
   
  line 232, in execute 
  output = self.handle(*args, **options) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/base.py,
   
  line 371, in handle 
  return self.handle_noargs(**options) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/core/management/commands/syncdb.py,
   
  line 102, in handle_noargs 
  cursor.execute(statement) 
  File 
  /usr/lib64/python2.7/site-packages/Django-1.4.5-py2.7.egg/django/db/backends/mysql/base.py,
   
  line 114, in execute 
  return self.cursor.execute(query, args) 
  File /usr/lib64/python2.7/site-packages/MySQLdb/cursors.py, line 174, 
  in execute 
  self.errorhandler(self, exc, value) 
  File /usr/lib64/python2.7/site-packages/MySQLdb/connections.py, line 
  36, in defaulterrorhandler 
  raise errorclass, errorvalue 
  django.db.utils.DatabaseError: (1071, 'Specified key was too long; max 
  key length is 1000 bytes') 
  
  This seems to be a mysql limit? 
  
  --Dirk 
  
  
  On Tuesday, July 23, 2013 8:45:30 PM UTC+2, Christian Hammond wrote: 
  
  Your rb-site is linked to rbssh instead. Something is very wrong with 
  the package you installed. 
  
  You'll need to uninstall it and use our installation instructions 
  instead. 
  
  Christian 
  
  
  Dirk Best wrote: 
Hi Christian, 

here is the output of rb-site 

Issue 3042 in reviewboard: Reviewed Board-Not able to see diff files when submitted a review request using post-review with perforce on windows

2013-07-26 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3042 by lanka.a...@gmail.com: Reviewed Board-Not able to see diff  
files when submitted a review request using post-review with perforce on  
windows

http://code.google.com/p/reviewboard/issues/detail?id=3042

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!

What version are you running?


What's the URL of the page containing the problem?


What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.

I have successfully set-up Bitnami review board stack on windows 64-bit. I  
have added a perforce repository on admin panel.
I ran post-review changelist command to post a review request . It is  
showing that the review request is successfully posted.
When i log-in to Review Board server i am able to see the review request.  
But i am not able to see the diffs of changed files. What could be the  
reason??


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 564 in reviewboard: Summarize reviewer ship status

2013-07-26 Thread reviewboard


Comment #9 on issue 564 by access.s...@gmail.com: Summarize reviewer ship  
status

http://code.google.com/p/reviewboard/issues/detail?id=564

great idea

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.