Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-291

Errors during date parsing with cvs version 1.12.12.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-beta-4
    • 1.0-rc1
    • maven-scm-provider-cvs
    • None
    • Linux Suse 10
      CVS 1.12.12

    Description

      The changelog plugin used with cvs client 1.12.12, failed with the following error :
      >> [ERROR] cvs [log aborted]: Can't parse date/time: `2007-02-20T12:15:51+0100'

      The problem comes from the cvs client version 1.12.12 that doesn't seem any more to support the specified time format (yyyy-MM-dd'T'HH:mm:ssZ).

      Tests made with changelog and cvs client version 1.11.6 are ok. Older versions of changelog, prior to issue SCM-177, and cvs client version 1.12.12 work also correctly.

      The problem is solved by replacing the format "yyyy-MM-dd'T'HH:mm:ssZ" by this one "yyyy-MM-dd HH:mm:ssZ" in class AbstractCvsChangeLogCommand.

      Attachments

        Issue Links

          Activity

            People

              evenisse Emmanuel Venisse
              angeli johann angeli
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: