It looks like it doesn't have an svn backend installed. I'd suggest using
pysvn.

-David

On Wed, Sep 17, 2014 at 2:34 PM, Arjun A.M. <arjun.ch...@gmail.com> wrote:

> HI David
>
> Here is the apache error log
>
>
>
>
> [Wed Sep 17 21:33:01 2014] [error] ERROR:root:Exception thrown for user
> arjun at http://localhost/api/review-requests/1/diffs/
> [Wed Sep 17 21:33:01 2014] [error]
> [Wed Sep 17 21:33:01 2014] [error] SVN integration requires either
> subvertpy or pysvn
> [Wed Sep 17 21:33:01 2014] [error] Traceback (most recent call last):
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/core/handlers/base.py",
> line 112, in get_response
> [Wed Sep 17 21:33:01 2014] [error]     response =
> wrapped_callback(request, *callback_args, **callback_kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/views/decorators/cache.py",
> line 52, in _wrapped_view_func
> [Wed Sep 17 21:33:01 2014] [error]     response = view_func(request,
> *args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/views/decorators/vary.py",
> line 19, in inner_func
> [Wed Sep 17 21:33:01 2014] [error]     response = func(*args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/resources.py",
> line 495, in __call__
> [Wed Sep 17 21:33:01 2014] [error]     request, method, view,
> api_format=api_format, *args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/resources.py",
> line 566, in call_method_view
> [Wed Sep 17 21:33:01 2014] [error]     return view(request, *args,
> **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/resources.py",
> line 748, in post
> [Wed Sep 17 21:33:01 2014] [error]     return self.create(*args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py",
> line 117, in _call
> [Wed Sep 17 21:33:01 2014] [error]     return view_func(*args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py",
> line 138, in _checklogin
> [Wed Sep 17 21:33:01 2014] [error]     return view_func(*args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py",
> line 117, in _call
> [Wed Sep 17 21:33:01 2014] [error]     return view_func(*args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/webapi/decorators.py",
> line 110, in _check
> [Wed Sep 17 21:33:01 2014] [error]     return view_func(*args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py",
> line 117, in _call
> [Wed Sep 17 21:33:01 2014] [error]     return view_func(*args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py",
> line 117, in _call
> [Wed Sep 17 21:33:01 2014] [error]     return view_func(*args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.10-py2.7.egg/djblets/webapi/decorators.py",
> line 287, in _validate
> [Wed Sep 17 21:33:01 2014] [error]     return view_func(*args,
> **new_kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/webapi/resources/diff.py",
> line 283, in create
> [Wed Sep 17 21:33:01 2014] [error]     request=request)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/reviews/forms.py",
> line 95, in __init__
> [Wed Sep 17 21:33:01 2014] [error]     data, *args, **kwargs)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/diffviewer/forms.py",
> line 41, in __init__
> [Wed Sep 17 21:33:01 2014] [error]     if
> self.repository.get_scmtool().get_diffs_use_absolute_paths():
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/scmtools/models.py",
> line 179, in get_scmtool
> [Wed Sep 17 21:33:01 2014] [error]     return cls(self)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/scmtools/svn/__init__.py",
> line 73, in __init__
> [Wed Sep 17 21:33:01 2014] [error]     local_site_name)
> [Wed Sep 17 21:33:01 2014] [error]   File
> "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.7-py2.7.egg/reviewboard/scmtools/svn/__init__.py",
> line 405, in build_client
> [Wed Sep 17 21:33:01 2014] [error]     'SVN integration requires either
> subvertpy or pysvn'))
> [Wed Sep 17 21:33:01 2014] [error] ImportError: SVN integration requires
> either subvertpy or pysvn
>
> THanks
> Arjun
>
>
> On Wednesday, 17 September 2014 12:05:50 UTC-7, Arjun A.M. wrote:
>>
>> Hello
>>
>> I have got my reviewboard working but I am facing problems with rbt post.
>>
>> If I do a rbt diff I get the correct value but if I do a rbt post I get
>>
>> ERROR: Error uploading diff
>>
>>
>> HTTP 500
>>
>> Your review request still exists, but the diff is not attached.
>>
>> http://localhost/r/1/
>>
>> This is my reviewboard url in .reviewboardrc file : REVIEWBOARD_URL = "
>> http://localhost/";
>>
>> Any help would be greatly appreciated
>>
>> Thanks
>> Arjun
>>
>  --
> 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.

Reply via email to