You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Markus KARG (JIRA)" <ji...@codehaus.org> on 2013/04/23 14:52:52 UTC

[jira] (SCM-716) mvn diff:status reports a file created by mvn:diff as new... :-(

Markus KARG created SCM-716:
-------------------------------

             Summary: mvn diff:status reports a file created by mvn:diff as new... :-(
                 Key: SCM-716
                 URL: https://jira.codehaus.org/browse/SCM-716
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-svn
    Affects Versions: 1.8.1
         Environment: MVN 3.0.4, SCM 1.8.1, Win 7 Pro SP1 (64 Bit), JDK 1.7.0_17
            Reporter: Markus KARG
            Priority: Minor


* Commands to reproduce problem:
svn revert -R . && mvn scm:diff scm:status

* Expected result:
Does not find any differences to BASE.

* Actual result:
Reports "unknown Status for ${artifactId}.diff". This is really annoying, as ${artifactId}.diff actually is getting created by mvn:diff itself...

Proposal solution:
* Create that file inside $TEMP instead of the project's root. This not only solves the problem, but also potentially speeds up operations, as $TEMP often is located on faster (SSD or RAM) drives.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira