You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Timur Evdokimov (JIRA)" <ji...@codehaus.org> on 2008/04/03 00:06:58 UTC

[jira] Reopened: (CONTINUUM-1640) No changes and no committer name extracted from SVN

     [ http://jira.codehaus.org/browse/CONTINUUM-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timur Evdokimov reopened CONTINUUM-1640:
----------------------------------------


The reason given in resolution is not applicable to the situation I reported.

If you need more logs, information, etc. I'd be happy to provide you with it.


> No changes and no committer name extracted from SVN
> ---------------------------------------------------
>
>                 Key: CONTINUUM-1640
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1640
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 1.1
>         Environment: Windows XP, Java 1.5, SVN 1.4.3
>            Reporter: Timur Evdokimov
>            Assignee: Emmanuel Venisse
>
> 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?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira