What version are you running?
1.0.6
What's the URL of the page containing the problem?
http://codereview/r/new/
What steps will reproduce the problem?
1. Select Repo
2. Select Base Directory
3. Upload diff generated via `svn`
What is the expected output? What do you see instead?
I expect to see a new review request. Instead, I get a 404, because my path has a # in it.
The file '/trunk/some/path/with #/in/it' (r9001) could not be found in the repository
What operating system are you using? What browser?
Linux, Firefox 3.6
Please provide any additional information below.
When I browse the SVN repo on the web, I get a 404 if the # is not encoded with %23. However, even when I encode the # in the diff, I still get a 404.