446: Support TortoiseSVN's generated diffs with absolute "Index:" URLs

ian.****@gmai***** (Google Code) (Is this you? Claim this profile.)
April 22, 2008
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.
chipx86
#1 chipx86
  • +Component-DiffParser
  • +Support TortoiseSVN's generated diffs with absolute "Index:" URLs
david
#2 david
Best guess is that r1311 should fix this.  Please let us know if it still doesn't work.
  • +Fixed