Bug 133877

Summary: Diff view of devel/p5-SVN-Web does not work with subversion 1.5.0
Product: Ports & Packages Reporter: Will Bond <will>
Component: Individual Port(s)Assignee: Rong-En Fan <rafan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!