[Lazarus] SVN revision for a particular date...

Graeme Geldenhuys graemeg.lists at gmail.com
Mon May 11 13:39:15 CEST 2009


On Mon, May 11, 2009 at 1:12 PM,  <dominique at savagesoftware.com.au> wrote:
> Hi All,
>  Is there an easy way to find out a revision number for a particular date?


For Lazarus I can do the following for you. The SVN revision is the
line with the @<revision number> format.

In summary, that's r17627 - r17635 for Lazarus SVN.

================================
$  git log --since="2008-11-29" --until="2008-12-01"

commit a98f1a88e5354e9f2a64983c16b1307ef04ce486
Author: paul <paul at freepascal.org>
Date:   Sun Nov 30 12:01:20 2008 +0000

    synedit: fix wrong reporting about line changes. First change
after save was reported as saved.

    git-svn-id: http://svn2.freepascal.org/svn/lazarus/trunk@17635
4005530d-fff6-0310-9dd1-cebe43e6787f

commit bd0dfd3eaddfe4f314fb6e6736df200167ee71cb
Author: mattias <mattias at freepascal.org>
Date:   Sun Nov 30 11:33:34 2008 +0000

    clean up

    git-svn-id: http://svn2.freepascal.org/svn/lazarus/trunk@17634
4005530d-fff6-0310-9dd1-cebe43e6787f

commit a09bb6bccda3d676e7752e71782a9753d4ca811b
Author: paul <paul at freepascal.org>
Date:   Sun Nov 30 06:25:43 2008 +0000

    lcl: fix compilation with fpc 2.2.3 (jesusra, please review)

    git-svn-id: http://svn2.freepascal.org/svn/lazarus/trunk@17633
4005530d-fff6-0310-9dd1-cebe43e6787f

commit e841099d7704850033e1dda35a46a0726d2a3151
Author: paul <paul at freepascal.org>
Date:   Sun Nov 30 03:56:33 2008 +0000

    synedit: clip gutter line numbers text by their drawing rectangle,
update some gutter default values

    git-svn-id: http://svn2.freepascal.org/svn/lazarus/trunk@17632
4005530d-fff6-0310-9dd1-cebe43e6787f

commit 4f14fb426a1b532f304928a416efcbaaaff2791b
Author: jesus <jesus at freepascal.org>
Date:   Sat Nov 29 20:54:20 2008 +0000

    LCL, initial postscript unicode support, updated/fixed postscript sample

    git-svn-id: http://svn2.freepascal.org/svn/lazarus/trunk@17631
4005530d-fff6-0310-9dd1-cebe43e6787f

commit fb26da960408e3a53a6001d84fb91c2a33fdead5
Author: paul <paul at freepascal.org>
Date:   Sat Nov 29 16:45:39 2008 +0000

    ide: move gutter color and right margin color to the syntax
highlight page (it is more colors page), invent special handling for
single color elements not related to highlighter

    git-svn-id: http://svn2.freepascal.org/svn/lazarus/trunk@17630
4005530d-fff6-0310-9dd1-cebe43e6787f

commit 69b0d972e2a7bcb8c84c309dede22b7baa2aaf57
Author: paul <paul at freepascal.org>
Date:   Sat Nov 29 12:59:22 2008 +0000

    lcl: call colorbox custom color dialog *before* firing Change event

    git-svn-id: http://svn2.freepascal.org/svn/lazarus/trunk@17629
4005530d-fff6-0310-9dd1-cebe43e6787f

commit a4ab720a0518bdd93b78b812a350aac95a64b500
Author: paul <paul at freepascal.org>
Date:   Sat Nov 29 10:41:48 2008 +0000

    lcl: don't return incorrent ItemIndex (valid values are from -1 to
Count - 1)

    git-svn-id: http://svn2.freepascal.org/svn/lazarus/trunk@17628
4005530d-fff6-0310-9dd1-cebe43e6787f

commit e01ecdb557582a74e6bd54a66854f324b708e6e3
Author: kirkpatc <kirkpatc at freepascal.org>
Date:   Sat Nov 29 07:29:45 2008 +0000

    FPDoc - removal of two instances of 'printshort' which were
causing problems in /fcl/fpimage.xml

    git-svn-id: http://svn2.freepascal.org/svn/lazarus/trunk@17627
4005530d-fff6-0310-9dd1-cebe43e6787f
================================



Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/




More information about the Lazarus mailing list