What version are you running?
Reviewboard 2.0.11
What's the URL of the page containing the problem?
http://review.payletter.com/r/new/
What steps will reproduce the problem?
1.Create "New Review Reqeust"
2.Select repository as Subversion
(in my case, I try svn server on linux and vitualsvn)
What is the expected output? What do you see instead?
I want to see "committed change" for selected svn repository
but I can only see belows error messages
-------------------------------------------------
There was an error loading information from this repository:
("Unable to connect to a repository at URL 'http://psvn200.paylettercorp.com:100/svn/pjt_leadhope'", 215004)
This may be a temporary failure. Try again
-------------------------------------------------
or
-------------------------------------------------
There was an error loading information from this repository:
("Unable to connect to a repository at URL 'svn://10.10.120.13/repo3'", 170001)
This may be a temporary failure. Try again
-------------------------------------------------
What operating system are you using? What browser?
Linux version 2.6.32-504.el6.x86_64
(mockbuild@c6b9.bsys.dev.centos.org)
(gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) )
Please provide any additional information below.
1. I can connect our svn repository at my local PC
and my reviewboard can connect with github without problem
2. I am using svn binding module as "subvertpy 0.9.1"