Guest via RT wrote:
Show quoted text> Thu Feb 23 05:22:12 2006: Request 17822 was acted upon.
> Transaction: Ticket created by guest
> Queue: SVN-Web
> Subject: revision out of bounds returns nothing
> Owner: Nobody
> Requestors: gk5885@kickstyle.net
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=17822 >
>
> for a repository with n revisions, any ?rev=m where m>n will return no content. not a huge
> deal, but it should probably still return a valid html page.
Hmm. You're supposed to get a page that says (at the moment):
An error occured
Invalid filesystem revision number: No such revision 135 at
/path/to/Revision.pm line 187.
Although that's not terribly friendly, so I've just made an explicit check
for it, and localised the error message. The fix will be in 0.44. Thanks
for the report.
N