Skip Menu |

This queue is for tickets about the SVN-Web CPAN distribution.

Report information
The Basics
Id: 21464
Status: resolved
Priority: 0/
Queue: SVN-Web

People
Owner: Nobody in particular
Requestors: matthew [...] veradox.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: implement SVN::Web::Blame
Another action on a file - Blame. Similar to View, except has a column to the left of the file contents listing that has the latest revision number (linked to that revision) and the username of the person who committed that revision. A date column would also be nice.
Subject: Re: [rt.cpan.org #21464] implement SVN::Web::Blame
Date: Wed, 13 Sep 2006 13:54:16 +0100
To: bug-SVN-Web [...] rt.cpan.org
From: Nik Clayton <nik [...] ngo.org.uk>
Matthew Wilson via RT wrote: Show quoted text
> Another action on a file - Blame. Similar to View, except has a column > to the left of the file contents listing that has the latest revision > number (linked to that revision) and the username of the person who > committed that revision. A date column would also be nice.
That'll come when I switch to using SVN::Client, since it's trivial with that interface, and considerably less trivial with either SVN::Repos or SVN::Ra. N
I've just implemented this in r1231 of the repo (on the svn-client branch). This is the code that will be released as SVN::Web 0.50. Thanks for the suggestion.