Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 7849
Status: resolved
Priority: 0/
Queue: Scalar-List-Utils

People
Owner: Nobody in particular
Requestors: cpan [...] ali.as
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.14
Fixed in: (no value)



Subject: Problem with the way the Changes file is done now
The Changes file now only shows the most recent change, and links to a live subversion repository for the rest. I'm trying to find out when blessed was introduced, to add a dependency on that version and no earlier. This bug has two parts. Firstly, the subversion repository is down... http://svn.mutatus.co.uk/wsvn/Scalar-List-Utils/tags/Scalar-List-Utils-1.13/ChangeLog returns Error running this command: /usr/bin/svnlook youngest '/home/svnroot/repos/Scalar-List-Utils' svn: Berkeley DB error while opening environment for filesystem /home/svnroot/repos/Scalar-List-Utils/db: Permission denied The second part of this bug is that I think that making part of the distribution information reliant on a external service is a bad idea. In general it leaves it vunerable to going out of date, or going down in this case. At the very least, the inclusion of only the very most recent change means that we can't examine back more than what is current. I'd advise either putting the changes back in (how big can they be) or at least keeping the last 5 or 10 versions in the file.
From: Graham Barr <gbarr [...] pobox.com>
Subject: Re: [cpan #7849] Problem with the way the Changes file is done now
Date: Sun, 3 Oct 2004 12:40:55 +0100
To: bug-Scalar-List-Utils [...] rt.cpan.org
RT-Send-Cc:
On 2 Oct 2004, at 17:21, via RT wrote: Show quoted text
> This bug has two parts. > > Firstly, the subversion repository is down... > > http://svn.mutatus.co.uk/wsvn/Scalar-List-Utils/tags/Scalar-List- > Utils-1.13/ChangeLog > > returns > > Error running this command: /usr/bin/svnlook youngest > '/home/svnroot/repos/Scalar-List-Utils' > > svn: Berkeley DB error while opening environment for filesystem > /home/svnroot/repos/Scalar-List-Utils/db: > Permission denied
Fixed. Show quoted text
> The second part of this bug is that I think that making part of the > distribution information reliant on a external service is a bad idea. > In general it leaves it vunerable to going out of date, or going down > in this case. > > At the very least, the inclusion of only the very most recent change > means that we can't examine back more than what is current. > > I'd advise either putting the changes back in (how big can they be) or > at least keeping the last 5 or 10 versions in the file.
The file will continue to grow with changes that I add since converting to SVN. Prior to that are staying where they are its history. And anyway backpan will always hold old releases if you really want to go back and look Graham.