[
https://issues.apache.org/jira/browse/SCM-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963971#comment-17963971
]
ASF GitHub Bot commented on SCM-1014:
-------------------------------------
jira-importer opened a new issue, #1236:
URL: https://github.com/apache/maven-scm/issues/1236
**[Clemens
Quoß](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cquoss)**
opened
**[SCM-1014](https://issues.apache.org/jira/browse/SCM-1014?redirect=false)**
and commented
When using the maven scm changelog command in our custom maven release
manager phases (used solely for svnexe provider) to check the most recent
commit comment of a specific file we face the issue that we first have to do an
scm info on the file and then do a scm changelog on the file's directory using
the revision retrieved.
This is necessary because the implementation of changelog for svnexe does
ignore any file or list of files provided in the scm file set for the change
log command.
I would like to provide the functionality at least for a single file. Cause
i do not really see the necessity to have this also for multiple files.
But the svn log command supports this so if you would like me to go the
whole extra mile i would try to do that, too.
Since there is this info/log workaround i took the priority down a notch.
---
**Affects:** 2.0.1
> Enable scm changelog on files for svnexe provider
> -------------------------------------------------
>
> Key: SCM-1014
> URL: https://issues.apache.org/jira/browse/SCM-1014
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Improvement
> Components: maven-scm-provider-svn
> Affects Versions: 2.0.1
> Reporter: Clemens Quoß
> Priority: Minor
>
> When using the maven scm changelog command in our custom maven release
> manager phases (used solely for svnexe provider) to check the most recent
> commit comment of a specific file we face the issue that we first have to do
> an scm info on the file and then do a scm changelog on the file's directory
> using the revision retrieved.
> This is necessary because the implementation of changelog for svnexe does
> ignore any file or list of files provided in the scm file set for the change
> log command.
> I would like to provide the functionality at least for a single file. Cause i
> do not really see the necessity to have this also for multiple files.
> But the svn log command supports this so if you would like me to go the whole
> extra mile i would try to do that, too.
> Since there is this info/log workaround i took the priority down a notch.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)