Keywords: ReviewBoard - Windows - Technical issue - Other
Description:
Team,
I wanted to integrate svn with reviewboard.
I have installed the bitnami-reviewboard-3.0.3-0-windows-installer version of review board
SVN version:
svn, version 1.8.11 (r1643975)
compiled Dec 17 2014, 21:04:03 on x86-microsoft-windows
pysvn
PySVN 1.7.10 for python.org python 2.7 and svn 1.8.11 installation kit
py27-pysvn-svn1811-1.7.10-1584.exe
Even after successfull installation I couldnt see the Subversion type in the list of repositories type.
I could see below logs in the apache errror.log
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] ERROR:root:Unable to load repository hosting service rbgateway: The ‘rbintegrations>=0.5’ distribution was not found and is required by the application.
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] Traceback (most recent call last):
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] File “C:\Bitnami\reviewboard-3.0.3-0\python\lib\site-packages\djblets\registries\registry.py”, line 360, in get_defaults
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] yield self.process_value_from_entry_point(ep)
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] File “C:\Bitnami\reviewboard-3.0.3-0\apps\reviewboard\htdocs\Lib\site-packages\ReviewBoard-3.0.3-py2.7.egg\reviewboard\hostingsvcs\service.py”, line 1148, in process_value_from_entry_point
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] cls = entry_point.load()
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] File “build\bdist.win32\egg\pkg_resources\init.py”, line 2228, in load
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] self.require(*args, **kwargs)
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] File “build\bdist.win32\egg\pkg_resources\init.py”, line 2245, in require
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] items = working_set.resolve(reqs, env, installer)
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] File “build\bdist.win32\egg\pkg_resources\init.py”, line 829, in resolve
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] raise DistributionNotFound(req, requirers)
[Tue Apr 10 15:43:38.462231 2018] [:error] [pid 18396:tid 940] DistributionNotFound: The ‘rbintegrations>=0.5’ distribution was not found and is required by the application
Kindly any help on this.