[Semi-OT]View PHP's recent CVS log

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • R. Rajesh Jeba Anbiah

    [Semi-OT]View PHP's recent CVS log

    Recently I came across a bug <http://bugs.php.net/bug.php?id=3191 5> and
    it's just fixed (Feb 28, 2005)

    So, when I came to know that the bug is fixed, I just wanted to know
    the diff, like what exactly he did modify in PHP source. I tried
    <http://cvs.php.net/co.php/php-src/ext/session/session.c>,
    <http://viewcvs.php.net/viewcvs.cgi/php-src/ChangeLog> and
    <http://bonsai.php.net/bonsai/cvslog.cgi?file =php-src/ext/session/session.c&rev=& root=/repository>;
    but they didn't help me (not up-to-date).

    So, my question is: is there anyway to see the recent CVS log via web
    (without downloading the whole CVS stuffs)? TIA

    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

  • Andy Hassall

    #2
    Re: [Semi-OT]View PHP's recent CVS log

    On 1 Mar 2005 10:55:51 -0800, "R. Rajesh Jeba Anbiah"
    <ng4rrjanbiah@r ediffmail.com> wrote:
    [color=blue]
    >Recently I came across a bug <http://bugs.php.net/bug.php?id=3191 5> and
    >it's just fixed (Feb 28, 2005)[/color]

    Nothing on there indicates it's been fixed. The status is "feedback".
    [color=blue]
    >So, when I came to know that the bug is fixed, I just wanted to know
    >the diff, like what exactly he did modify in PHP source. I tried
    ><http://cvs.php.net/co.php/php-src/ext/session/session.c>,
    ><http://viewcvs.php.net/viewcvs.cgi/php-src/ChangeLog> and
    ><http://bonsai.php.net/bonsai/cvslog.cgi?file =php-src/ext/session/session.c&rev=& root=/repository>;
    >but they didn't help me (not up-to-date).
    >
    >So, my question is: is there anyway to see the recent CVS log via web
    >(without downloading the whole CVS stuffs)? TIA[/color]

    The CVS view appears to be up to date. The PHP developer has not changed
    anything, he's apparently just asked you to use a CVS snapshot on the off
    chance it's been accidentally fixed.

    The snapshot .tar.gz in bug31915 contains ext/session/session.c revision
    1.408, which is exactly the same as displayed on the CVS interface.

    --
    Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
    <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

    Comment

    • R. Rajesh Jeba Anbiah

      #3
      Re: [Semi-OT]View PHP's recent CVS log

      Andy Hassall wrote:
      <snip>[color=blue][color=green]
      > >So, my question is: is there anyway to see the recent CVS log via[/color][/color]
      web[color=blue][color=green]
      > >(without downloading the whole CVS stuffs)? TIA[/color]
      >
      > The CVS view appears to be up to date. The PHP developer has not[/color]
      changed[color=blue]
      > anything, he's apparently just asked you to use a CVS snapshot on the[/color]
      off[color=blue]
      > chance it's been accidentally fixed.[/color]

      Oh.. thanks for the answer.
      [color=blue]
      > The snapshot .tar.gz in bug31915 contains ext/session/session.c[/color]
      revision[color=blue]
      > 1.408, which is exactly the same as displayed on the CVS interface.[/color]

      Thanks again. So, is there anyway to see the recent log alone--so
      that we can find what are the recent commits--IOW, what files are
      actually modified (incase, if the developer changed any other files).
      While searching I got this file
      <http://snaps.php.net/win32/snapshot.log>--but unfortunately this isn't
      useful, IMHO.

      --
      <?php echo 'Just another PHP saint'; ?>
      Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

      Comment

      Working...