I'm getting an error when trying to post a New Review Request.
I used the admin tool to create a repository with the following
information (values changed to protect private information):
Name: ABC
Path: http://svn-server/svn/abc-platform/
I then created a diff using Subclipse (Eclipse's SVN plugin) from what
would be the following SVN URL:
http://svn-server/svn/abc-platform/main/abc/server/src/main/java/com/...
I then clicked the "New Review Request" button and entered the
following information:
Repository: ABC
Base Diff Path: /main/abc/server/src/main/java/com/company/a/b/
acquisition
When I clicked the button to create the Review Request, I get an error
next to the "Browse..." button saying "Malformed URL for repository"
This issue was fixed by using TortoiseSVN to generate the diff.
The value for the "Index:" line in the Subclipse-generated diff file
contained the Absolute file path, while the TortoiseSVN .diff was
relative to the location where I initiated the diff.