What version are you running?
2.0.6
What's the URL of the page containing the problem?
/r/new/
What steps will reproduce the problem?
1. Have a subversion repository that does not have branches at the root directory. For example:
/products/project1
/products/project1/trunk
/products/project1/branches
/products/project1/branches/1.0.0
/products/project1/branches/1.1.0
/products/project2/trunk
/products/project2/branches
/products/project2/branches/1.0.0
/products/project2/branches/1.1.0
/tools/
/tools/tool1
/tools/tool2
2. Click "New Review Request"
What is the expected output? What do you see instead?
I would expect to see a list of branches. Using the above example, I'd want to see a list like:
project1/trunk
project1/branches/1.0.0
project1/branches/1.1.0
project2/trunk
project2/branches/1.0.0
project2/branches/1.1.0
Instead, I see a list of the root directories, i.e.
products
tools
What operating system are you using? What browser?
Windows 7 SP1 64-bit. Chrome 36.
Please provide any additional information below.
Ideally, the list of branches should be configurable. Other tools provide this sort of configuration, a good example is FishEye: https://confluence.atlassian.com/display/FISHEYE/SVN+tag+and+branch+structure