Re: Review Board 1.7 RC 1 is released!

2012-12-09 Thread kvr
Thanks ! , that resolved the issue ,but UI is not proper.

On Saturday, December 8, 2012 5:19:51 PM UTC+5:30, Vishal Gautam wrote:

 That worked!!! Installed the latest Djblets 0.7.6 and it worked. 

 Thank you so much Chris!


 On Sat, Dec 8, 2012 at 1:33 PM, Christian Hammond 
 chi...@gmail.comjavascript:
  wrote:

 If you upgrade Djblets to what's in Git, this will go away. I'll see 
 about doing another Djblets release tonight, though, to fix it.

 As soon as we finish docs, 1.7 will be released.

 Christian


 On Dec 7, 2012, at 21:21, Vishal Gautam gautam...@gmail.comjavascript: 
 wrote:

 Turned Debug=True, now i see this  ... any pointers?

 Traceback:
 File 
 /usr/local/lib/python2.6/site-packages/Django-1.4.2-py2.6.egg/django/core/handlers/base.py
  
 in get_response
   89. response = middleware_method(request)
 File 
 /usr/local/lib/python2.6/site-packages/ReviewBoard-1.7rc1-py2.6.egg/reviewboard/admin/middleware.py
  
 in process_request
44. load_site_config()
 File 
 /usr/local/lib/python2.6/site-packages/ReviewBoard-1.7rc1-py2.6.egg/reviewboard/admin/siteconfig.py
  
 in load_site_config
   215. apply_django_settings(siteconfig, settings_map)
 File 
 /usr/local/lib/python2.6/site-packages/Djblets-0.7.5-py2.6.egg/djblets/siteconfig/django_settings.py
  
 in apply_django_settings
   210. setter(settings, setting_key, value)
 File 
 /usr/local/lib/python2.6/site-packages/Djblets-0.7.5-py2.6.egg/djblets/siteconfig/django_settings.py
  
 in _set_cache_backend
   48. engine, host, params = parse_backend_uri(value)
 File 
 /usr/local/lib/python2.6/site-packages/Django-1.4.2-py2.6.egg/django/core/cache/__init__.py
  
 in parse_backend_uri
   58. if backend_uri.find(':') == -1:

 Exception Type: AttributeError at /
 Exception Value: 'dict' object has no attribute 'find'


 On Sat, Dec 8, 2012 at 12:16 AM, Christian Hammond 
 chi...@gmail.comjavascript:
  wrote:

 We're definitely compatible with Python 2.6. All the entries in the log 
 you provided are just harmless warnings, so it must be something else 
 causing the HTTP 500 error. Is there nothing else after that in the log 
 file?

 Christian


 On Dec 7, 2012, at 5:56, Vishal Gautam gautam...@gmail.comjavascript: 
 wrote:

 Ahh ... that python upgrade caused a lot of damage (being a newbie), 
 spent entire day battling it ... since it was a new install, I recreated 
 the site with new db, got plethora of errors. Thinking Python 2.7 could be 
 an issue I have now downgraded to Python 2.6 and re-installed RB 1.7 and 
 recreated the site. Now i get a 500 with following errors in error_log. Is 
 RB 1.7 not compatible with Python 2.6?

 [Fri Dec 07 13:39:43 2012] [error] 
 /usr/local/lib/python2.6/site-packages/Djblets-0.7.5-py2.6.egg/djblets/gravatars/__init__.py:26:
  
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
 [Fri Dec 07 13:39:43 2012] [error]   from md5 import md5
 [Fri Dec 07 13:39:43 2012] [error] 
 /usr/local/lib/python2.6/site-packages/Django-1.4.2-py2.6.egg/django/views/generic/list_detail.py:10:
  
 DeprecationWarning: Function-based generic views have been deprecated; use 
 class-based views instead.
 [Fri Dec 07 13:39:43 2012] [error]   DeprecationWarning


 On Friday, December 7, 2012 12:13:16 PM UTC+5:30, Christian Hammond 
 wrote:

 Hi,

 First, do you have a backup of the database?

 What actions did you take on the database prior to this attempt? For 
 example, did you ever run evolve yourself? Or attempt a downgrade after an 
 upgrade?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com



 On Thu, Dec 6, 2012 at 10:38 AM, Vishal Gautam gautam...@gmail.comwrote:

 Thanks for the response Chris!

 I upgrade CentOS to 5.8, manually installed Python 2.7, upgraded 
 setuptools for 2.7, then upgraded RB to 1.7rc1. All this made it fine 
 (after getting bunch of issues those I could look up in Google). Now I am 
 stuck at upgrading the site  and my RB instance is down ... Please 
 help!

 [root@jira ~]# /usr/local/bin/rb-site upgrade /var/www/
 reviews.xxx..com
 Rebuilding directory structure
 Updating database. This may take a while.
 /usr/local/lib/python2.7/site-**packages/Djblets-0.7.5-py2.7.**
 egg/djblets/gravatars/__init__**.py:26: DeprecationWarning: the md5 
 module is deprecated; use hashlib instead
   from md5 import md5
 /usr/local/lib/python2.7/site-**packages/pycrypto-2.6-py2.7-**
 linux-x86_64.egg/Crypto/Util/**number.py:57: PowmInsecureWarning: Not 
 using mpz_powm_sec.  You should rebuild using libgmp = 5 to avoid timing 
 attack vulnerability.
 Creating tables ...
 Project signature has changed - an evolution is required
 Installing custom SQL ...
 Installing indexes ...
 Installed 0 object(s) from 0 fixture(s)
 The stored evolutions do not completely resolve all model changes.
 Run `./manage.py evolve --hint` to see a suggestion for the 

Cross Referencing Code in RB

2012-12-09 Thread Vishal Gautam
Hi Folks, 

Is there any way code can be cross referenced / hyperlinked in RB, like 
tools like LXR do and other review tools like Codestriker integrates with?

thanks,
Vishal

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




Issue 2819 in reviewboard: Add Repository - Path variable for SVN

2012-12-09 Thread reviewboard

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

New issue 2819 by arjun.ox...@gmail.com: Add Repository -  Path variable  
for SVN

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

* NOTE: For customer support, please post to *
*   reviewbo...@googlegroups.com *
**
*   Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6

What's the URL of the page containing the problem?
ADD Repository Page in the Admin page.

What steps will reproduce the problem?
1. I wanted to create a new repository for a project
2. The SVN is been shared by different teams so i am not getting access to  
root repository.

3. I used the path of the URL which we use to checkout the code

What is the expected output? What do you see instead?
Output : A repository was not found at the specified path.

What operating system are you using? What browser?
RHEL and google chrome

Please provide any additional information below.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.