[
https://issues.apache.org/jira/browse/SCM-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962869#comment-17962869
]
ASF GitHub Bot commented on SCM-749:
------------------------------------
jira-importer opened a new issue, #959:
URL: https://github.com/apache/maven-scm/issues/959
**[Hervé
Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)**
opened
**[SCM-749](https://issues.apache.org/jira/browse/SCM-749?redirect=false)** and
commented
actually, we have
```
[INFO] Executing: /bin/sh -c cd
/home/herve/maven-sites/plugins-archives/maven-scm-publish-plugin-LATEST && svn
--non-interactive update
/home/herve/maven-sites/plugins-archives/maven-scm-publish-plugin-LATEST
[INFO] Working directory:
/home/herve/maven-sites/plugins-archives/maven-scm-publish-plugin-LATEST
```
Working directory is really useless since the command starts with "cd"
---
**Affects:** 1.9
> remove "[INFO] Working directory:" from svnexe output on Linux
> --------------------------------------------------------------
>
> Key: SCM-749
> URL: https://issues.apache.org/jira/browse/SCM-749
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Wish
> Components: maven-scm-provider-svn
> Affects Versions: 1.9
> Reporter: Hervé Boutemy
> Assignee: Robert Scholte
> Priority: Minor
> Fix For: 1.9.5
>
>
> actually, we have
> {noformat}[INFO] Executing: /bin/sh -c cd
> /home/herve/maven-sites/plugins-archives/maven-scm-publish-plugin-LATEST &&
> svn --non-interactive update
> /home/herve/maven-sites/plugins-archives/maven-scm-publish-plugin-LATEST
> [INFO] Working directory:
> /home/herve/maven-sites/plugins-archives/maven-scm-publish-plugin-LATEST{noformat}
> Working directory is really useless since the command starts with "cd"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)