ReviewBoard 2.7 Setup Errors.

2014-09-22 Thread hardik shah
Hello All,

I am trying to install Review-board 2.7 on Ubuntu machine. When I try to 
install rb-site,it gives below error

Django version : Django-1.6.7-py2.6.egg 
Review-Board : 2.0.7

Error Info:

Creating database ...
[!] Unable to execute the manager command syncdb: No module named
importlib

[!] Unable to execute the manager command registerscmtools: No module
named importlib
OK
Performing migrations ...
[!] Unable to execute the manager command evolve: No module named
importlib
OK
Creating administrator account ... Traceback (most recent call last):
  File /usr/local/bin/rb-site, line 9, in module
load_entry_point('ReviewBoard==2.0.7', 'console_scripts', 'rb-site')()
  File 
/usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0.7-py2.6.egg/reviewboard/cmdline/rbsite.py,
 
line 1858, in main
command.run()
  File 
/usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0.7-py2.6.egg/reviewboard/cmdline/rbsite.py,
 
line 1226, in run
self.show_install_status()
  File 
/usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0.7-py2.6.egg/reviewboard/cmdline/rbsite.py,
 
line 1543, in show_install_status
site.create_admin_user)
  File 
/usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0.7-py2.6.egg/reviewboard/cmdline/rbsite.py,
 
line 1069, in step
func()
  File 
/usr/local/lib/python2.6/dist-packages/ReviewBoard-2.0.7-py2.6.egg/reviewboard/cmdline/rbsite.py,
 
line 589, in create_admin_user
self.admin_password)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/contrib/auth/models.py,
 
line 195, in create_superuser
**extra_fields)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/contrib/auth/models.py,
 
line 186, in _create_user
user.save(using=self._db)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/models/base.py,
 
line 545, in save
force_update=force_update, update_fields=update_fields)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/models/base.py,
 
line 573, in save_base
updated = self._save_table(raw, cls, force_insert, force_update, using, 
update_fields)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/models/base.py,
 
line 654, in _save_table
result = self._do_insert(cls._base_manager, using, fields, update_pk, 
raw)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/models/base.py,
 
line 687, in _do_insert
using=using, raw=raw)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/models/manager.py,
 
line 232, in _insert
return insert_query(self.model, objs, fields, **kwargs)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/models/query.py,
 
line 1514, in insert_query
return query.get_compiler(using=using).execute_sql(return_id)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/models/sql/compiler.py,
 
line 903, in execute_sql
cursor.execute(sql, params)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/backends/util.py,
 
line 53, in execute
return self.cursor.execute(sql, params)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/utils.py,
 
line 99, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/backends/util.py,
 
line 53, in execute
return self.cursor.execute(sql, params)
  File 
/usr/local/lib/python2.6/dist-packages/Django-1.6.7-py2.6.egg/django/db/backends/mysql/base.py,
 
line 124, in execute
return self.cursor.execute(query, args)
  File /usr/lib/pymodules/python2.6/MySQLdb/cursors.py, line 166, in 
execute
self.errorhandler(self, exc, value)
  File /usr/lib/pymodules/python2.6/MySQLdb/connections.py, line 35, in 
defaulterrorhandler
raise errorclass, errorvalue
django.db.utils.ProgrammingError: (1146, Table 'reviewboard.auth_user' 
doesn't exist)

***Finish

Previously I have installed Review-board 2.6 and I didn't face any issues.  

Request you to kindly let me know what I am doing wrong or missing?

Regards,
Hardik Shah



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


Review Board and SVN.

2014-09-03 Thread hardik shah
 Hello All,

I have Configured Review-board for Code-Review Purposes.  I am facing an 
issue while using Review-Board with SVN.

Basically, I am trying to Achieve below mentioned flow.

1) User checks-out the code from SVN
2) Make some change in the code.
3) use RB tools to generate the review request. 
4) Log-in into RB server
5) All other Reviewers will review the changes.
6) Once the Review is done,Changes must be submitted by Admin-user of 
Review Board.
7) Once Admin-user submits the request, changes must be committed to SVN

I was successfully able to run steps 1 - 6. But once Admin-user submits the 
changes, the changes are not committed to SVN, I am not sure why changes 
are not committed to SVN. I don't see any logs or error-messages for the 
same.

Environment Info :  

OS: Ubuntu
Review-board Version . 2.0.6

Any links or Knowledge-sharing will be Great

Regards,
Hardik Shah

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