Skip to content
Snippets Groups Projects
  1. Jan 03, 2025
  2. Mar 24, 2021
  3. Mar 13, 2021
  4. Nov 12, 2011
  5. Dec 12, 2010
  6. Dec 02, 2010
  7. Dec 05, 2008
  8. Jun 26, 2008
  9. May 17, 2008
  10. May 10, 2008
    • Karl Fogel's avatar
      * cvs2cl/cvs2cl.pl · 5c1dde23
      Karl Fogel authored
        (delta_check): Oops, follow up to r2.69 with a second typo fix.  D'oh.
      5c1dde23
    • Karl Fogel's avatar
      * cvs2cl/cvs2cl.pl · 5549e3dd
      Karl Fogel authored
        (delta_check): Fix typo introduced in r2.65 that caused --delta to
          effectively ignore TO_TAG (that is, 'cvs2cl.pl --delta FROM:TO'
          would also display any changes between TO and HEAD).
      
      Patch by: Hans Hoppe <H.Hoppe{_AT_}office.caiw.nl>
      5549e3dd
  11. Apr 11, 2008
    • Karl Fogel's avatar
      * cvs2cl/cvs2cl.pl: Put the $0 in quotes ("$0"). See email below for why. · 3485c750
      Karl Fogel authored
      Suggested by: Andreas <spambouncer@gmx.de>
      
         From: spambouncer{_AT_}gmx.de
         To: bug-cvs2cl{_AT_}red-bean.com
         Subject: cvs2cl on cygwin
         Date: Fri, 11 Apr 2008 10:20:13 +0200
         Message-ID: <20080411082013.268540@gmx.net>
      
         Hello bean people!
      
         First of all, thanks for the script without which cvs log is basically
         useless. However, I wasn't able to run the script properly with
         cygwin/cvsnt. Cygwin looked for the script in "/cygdrive/c/Program
         Files/cvsnt/", and Perl couldn't handle the space in "Program Files"
         (classic issue it seems), resulting in the following error message:
      
         Can't open perl script "/cygdrive/c/Program": No such file or
         directory
      
         I asked about this on the cygwin mailing list (see thread at
         http://www.mail-archive.com/cygwin@cygwin.com/index.html#87229) and
         was told to put the $0 on the second line (exec perl) in quotes, which
         works fine.
      
         I don't know if this would break script execution on other systems. If
         so, you could mention this issue on the web site. If not, please fix!
         :)
      
         Thanks, Andreas
      3485c750
  12. Aug 02, 2007
    • Karl Fogel's avatar
      * cvs2cl/cvs2cl.pl · aa557a5a
      Karl Fogel authored
        (FSF_Output): New variable.
        (parse_options): Set it, check that it's not used with --accum.
        (POD documentation): Document inter-option restrictions.
      
      Found by: Guillaume Cottenceau <gcottenc{_AT_}gmail.com>
      aa557a5a
  13. Jul 15, 2007
    • Karl Fogel's avatar
      * cvs2cl.pl: Document the '--group-within-date' option. · fb8c4ffc
      Karl Fogel authored
      Suggested by: Pierre Locquet <plocquet{_AT_}sopragroup.com>
      fb8c4ffc
    • Karl Fogel's avatar
      "It would be nice to be able to leave unspecified either *FROM_TAG* or · 903430fc
      Karl Fogel authored
      *TO_TAG* on the --delta option, so the logs span from the BASE or to
      the HEAD, respectively."
      
      * cvs2cl.pl
        (delta_check, parse_options): Adjust accordingly.
      
      Patch by: Eric K. Henderson <Eric.Henderson{_AT_}xirrus.com>
      903430fc
    • Karl Fogel's avatar
      * cvs2cl.pl · e1dfff47
      Karl Fogel authored
        (read_date_author_and_state): $pw is a string, not an object, so
        stop referring to the $pw->name field.
      
      Found by: Peter Kjellerstedt <peter.kjellerstedt{_AT_}axis.com>
      e1dfff47
    • Karl Fogel's avatar
      * cvs2cl.pl · a4500c9b
      Karl Fogel authored
        (read_date_author_and_state): Check that $fullname is defined before
        looking at its value.
      
      Patch by: Peter Kjellerstedt <peter.kjellerstedt{_AT_}axis.com>
      
      His bug report said "there is a small bug in cvs2cl.pl in
      read_date_author_and_state() if someone has an entry in the
      /etc/passwd file but an empty gecos field.".
      a4500c9b
  14. Apr 23, 2007
    • root's avatar
      Release 2.62, with three bugfixes. · 2addeb79
      root authored
      2addeb79
    • Karl Fogel's avatar
      * cvs2cl.pl · 82cb9387
      Karl Fogel authored
        (output_changelog): Handle Windows paths too.
      
      Patch by: Alexey Panchenko <alex+news{_AT_}olmisoft.com>
      
         From: Alexey Panchenko <alex+news{_AT_}olmisoft.com>
         To: bug-cvs2cl{_AT_}red-bean.com
         Subject: One more patch
         Date: Thu, 3 Nov 2005 18:48:18 +0600
         Message-ID: <55435455.20051103184818@olmisoft.com>
      
         The same cvs2cl from CVS HEAD.
      
         I would like to execute it with full output path, e.g.
      
         "perl cvs2cl.pl --file D:\MyProjects\Project1\reports\ChangeLog"
      
         when output is not distributed, everything is groupped in directory
         "./" and finally script is trying to create file with the path
         ./D:\MyProjects\Project1\reports\ChangeLog/cvs2clXXXX.tmp" and
         fails.  Looks like the code is fixing this issue only for unixes
         where full path is started with '/' however on windows full path
         starts with drive and the fix is not working.
      82cb9387
    • Karl Fogel's avatar
      * cvs2cl.pl · 94c1d602
      Karl Fogel authored
        (read_changelog): Don't fork on Windows, just open a subcommand.
      
      Patch by: Alexey Panchenko <alex+news{_AT_}olmisoft.com>
      
         From: Alexey Panchenko <alex+news{_AT_}olmisoft.com>
         To: bug-cvs2cl{_AT_}red-bean.com
         Subject: Patch for revision 2.59
         Date: Thu, 3 Nov 2005 18:31:46 +0600
         Message-ID: <1196138239.20051103183146@olmisoft.com>
      
         I checkouted revision 2.59 from CVS and it does not work under
         Windows using Active Perl 5.6.1.
      
         The previous version I use was 2.53 and it work fine. The
         difference I noticed is in read_changelog() - new version uses
         fork(). I think fork is not need on windows, so the patch is below:
      94c1d602
  15. Feb 04, 2007
    • Karl Fogel's avatar
      * cvs2cl.pl · bc642a13
      Karl Fogel authored
        (parse_options): Allow period in regexp that matches the tag
          arguments to the --delta option.
      
      Patch by: Gary Duzan <gary@duzan.org>
      bc642a13
  16. Aug 13, 2005
  17. Aug 12, 2005
  18. May 18, 2005
  19. Nov 07, 2004
  20. Oct 30, 2004
  21. Oct 12, 2004
  22. Jul 10, 2004
Loading