[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: a little debconf project



Hi,

Michael Shuler wrote:
> I am working on a data visualization project of the commits to the  
> pkg-perl repository, and I may try to find a few minutes to present at  
> debconf8, if anyone is interested.  I have a great start with the  
> existing repo, but would like to include additional data going back  
> further in time.  The current pkg-perl repo logs begin with the commit:
>
> r6014 | joeyh | 2007-07-29 22:06:28 -0500
> repo reorganisation
>
> Does anyone have a copy of, or could point me to the previous $VCS  
> repo(s) so I might slurp up the log entries for inclusion?

The repository has revisions starting from 1, but they are not in /trunk
as another layout was used (/<pkg>/trunk instead of /trunk/<pkg>).  But
the commits are still there:

    % svn log -r 1 svn://svn.debian.org/svn/pkg-perl
    ------------------------------------------------------------------------
    r1 | hoeve-guest | 2004-05-25 17:00:49 +0200 (Tue, 25 May 2004) | 1 line

    [svn-inject] Installing original source version

SVN only displays commits relevant to the directory where you call `svn
log'.  If you do so in a working directory for /trunk, you will not see
changes in other directories.

It should work if you call `svn log svn://svn.debian.org/svn/pkg-games'.

Regards,
Ansgar

-- 
PGP: 1024D/595FAD19  739E 2D09 0969 BEA9 9797  B055 DDB0 2FF7 595F AD19


Reply to: