Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-1640

No changes and no committer name extracted from SVN

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.1
    • 1.4.1
    • SCM
    • None
    • Windows XP, Java 1.5, SVN 1.4.3
    • Patch

    Description

      When continuum detects changes and makes builds, no data is extracted on change date and committer.

      It always looks like this

      ****************************************************************************
      SCM Changes:
      ****************************************************************************
      Changed: no author @ no date
      Comment: no comment
      Files changed:
      (here are files)

      It is the same machine (SVN/continuum) so we rule out ime difference immediately.

      Moreover I've checked in continuum logs, there is "svn --non-interactive log" command executed, and when I type this command in, proper dates and commiters are displayed.

      looking at org.apache.maven.continuum.scm.DefaultContinuumScm, I've found that change date/commiters are taken from ScmResult that comes from this method
      scmResult = scmManager.getProviderByRepository( repository ).update( repository, fileSet, tag, getLatestUpdateDate( project ) );
      result = convertScmResult( scmResult );

      Maven SVN SCM Manager returns no changes in scmResult.getChanges()

      Where this svn log command is coming from then? Not from Maven SCM but from continuum itself?

      Attachments

        1. maven-scm-provider-svnexec.patch
          5 kB
          Immanuel Scheerer

        Activity

          People

            batkinson Brent Atkinson
            timur1024 Timur Evdokimov
            Votes:
            3 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: