Bug 133877 - Diff view of devel/p5-SVN-Web does not work with subversion 1.5.0
Summary: Diff view of devel/p5-SVN-Web does not work with subversion 1.5.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-20 17:10 UTC by Will Bond
Modified: 2009-04-21 15:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.22 KB, patch)
2009-04-20 17:10 UTC, Will Bond
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Will Bond 2009-04-20 17:10:05 UTC
When trying to view the HTML or Text diff of a file via SVN::Web the page returns a 500 Internal Server Error. The apache error log includes:

svn: In file 'subversion/libsvn_ra/ra_loader.c' line 778

It looks like all of the rest of the SVN 1.5 changes were fixes in the last patch, but this one was missed. I found the difference by looking at the patch from http://rt.cpan.org/Public/Bug/Display.html?id=37388.

Fix: Patch attached with submission follows:
How-To-Repeat: Browse to an individual file in SVN::Web with more than one revision, click "View Revision Log" and then click either "HTML" or "TEXT" in the Diff column.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-20 17:10:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-04-21 14:53:47 UTC
rafan       2009-04-21 13:53:33 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-SVN-Web     Makefile 
  Added files:
    devel/p5-SVN-Web/files patch-Diff.pm 
  Log:
  - Fix HTML/Text diff with Subversion 1.5
  - Bump PORTREVISION
  
  PR:             ports/133877
  Submitted by:   Will Bond <will at imarc.net>
  
  Revision  Changes    Path
  1.21      +1 -1      ports/devel/p5-SVN-Web/Makefile
  1.1       +28 -0     ports/devel/p5-SVN-Web/files/patch-Diff.pm (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2009-04-21 14:54:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!