This is a discussion on [Semi-OT]View PHP's recent CVS log within the PHP Language forums, part of the PHP Programming Forums category; Recently I came across a bug <http://bugs.php.net/bug.php?id=31915> and it's just ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Recently I came across a bug <http://bugs.php.net/bug.php?id=31915> 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/ |
|
|||
|
On 1 Mar 2005 10:55:51 -0800, "R. Rajesh Jeba Anbiah"
<ng4rrjanbiah@rediffmail.com> wrote: >Recently I came across a bug <http://bugs.php.net/bug.php?id=31915> and >it's just fixed (Feb 28, 2005) Nothing on there indicates it's been fixed. The status is "feedback". >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 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.andyhsoftware.co.uk/space> Space: disk usage analysis tool |
|
|||
|
Andy Hassall wrote:
<snip> > >So, my question is: is there anyway to see the recent CVS log via web > >(without downloading the whole CVS stuffs)? TIA > > 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. Oh.. thanks for the answer. > 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. 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/ |