You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "jay gitterman (JIRA)" <ji...@codehaus.org> on 2005/04/28 01:05:46 UTC

[jira] Created: (MPSCM-50) Support starting and ending revision in diff bean/tag

Support starting and ending revision in diff bean/tag
-----------------------------------------------------

         Key: MPSCM-50
         URL: http://jira.codehaus.org/browse/MPSCM-50
     Project: maven-scm-plugin
        Type: Improvement
    Reporter: jay gitterman
    Priority: Minor
     Fix For: 1.5
 Attachments: patch.txt

I would like to do a scm:diff against a particular revision.

Since support for this already exists in the scm library, I have created a patch to expose it through the ScmDiffBean (attached as a patch to scm-1.5-branch).

This allows you to script the following:

    <scm:diff url="${scmConnection}"
              workingDirectory="${basedir}"
	      startRevision="${baseRevision}"
              patchFile="${maven.scm.patch.dir}/${maven.scm.patch.file}"
    />


-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPSCM-50) Support starting and ending revision in diff bean/tag

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPSCM-50?page=all ]
     
Brett Porter closed MPSCM-50:
-----------------------------

    Resolution: Fixed

applied, thanks. Not adding to the scm:patch goal - its intention is to use BASE, but you can use the scm:diff tag directly.

> Support starting and ending revision in diff bean/tag
> -----------------------------------------------------
>
>          Key: MPSCM-50
>          URL: http://jira.codehaus.org/browse/MPSCM-50
>      Project: maven-scm-plugin
>         Type: Improvement
>     Reporter: jay gitterman
>     Priority: Minor
>      Fix For: 1.5
>  Attachments: patch.txt
>
>
> I would like to do a scm:diff against a particular revision.
> Since support for this already exists in the scm library, I have created a patch to expose it through the ScmDiffBean (attached as a patch to scm-1.5-branch).
> This allows you to script the following:
>     <scm:diff url="${scmConnection}"
>               workingDirectory="${basedir}"
> 	      startRevision="${baseRevision}"
>               patchFile="${maven.scm.patch.dir}/${maven.scm.patch.file}"
>     />

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org