[
https://issues.apache.org/jira/browse/SCM-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17960112#comment-17960112
]
ASF GitHub Bot commented on SCM-67:
-----------------------------------
jira-importer opened a new issue, #327:
URL: https://github.com/apache/maven-scm/issues/327
**[Dan
Tran](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dantran)**
opened
**[SCM-67](https://issues.apache.org/jira/browse/SCM-67?redirect=false)** and
commented
The current starteam's update stcmd command does not remove non scm files.
Continuous Integration server like continuum will contain unwanted files as
user
can remove file in SCM and build will fail.
Per agreement with Evenese, I will implement a hiden feature in starteam
provider to
issue stdcmd delete-local after a good completion of update command. Note
this affectively will
remove all files not part of scm like build ouput file (ie we can use this
feature to
do a real clean)
User can activate this feature by passing
-Dmaven.scm.starteam.deleteLocal=true to JVM.
For Continuum, you will need to modify wrapper.conf to add the following
line:
wrapper.java.additional.6=-Dmaven.scm.starteam.deleteLocal=true
See this link as well
http://blogs.codehaus.org/people/vmassol/archives/000007_starteam_woes.html
---
**Affects:** 1.0-alpha-4
**Attachments:**
-
[SCM-67.diff](https://issues.apache.org/jira/secure/attachment/12718581/SCM-67.diff)
(_3.15 kB_)
> Ability to remove none scm files during scm:update command
> ----------------------------------------------------------
>
> Key: SCM-67
> URL: https://issues.apache.org/jira/browse/SCM-67
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-starteam
> Affects Versions: 1.0-alpha-4
> Environment: xp
> Reporter: Dan Tran
> Assignee: Emmanuel Venisse
> Priority: Major
> Fix For: 1.0-beta-1
>
> Attachments: SCM-67.diff
>
>
> The current starteam's update stcmd command does not remove non scm files.
> Continuous Integration server like continuum will contain unwanted files as
> user
> can remove file in SCM and build will fail.
> Per agreement with Evenese, I will implement a hiden feature in starteam
> provider to
> issue stdcmd delete-local after a good completion of update command. Note
> this affectively will
> remove all files not part of scm like build ouput file (ie we can use this
> feature to
> do a real clean)
> User can activate this feature by passing
> -Dmaven.scm.starteam.deleteLocal=true to JVM.
> For Continuum, you will need to modify wrapper.conf to add the following line:
> wrapper.java.additional.6=-Dmaven.scm.starteam.deleteLocal=true
> See this link as well
> http://blogs.codehaus.org/people/vmassol/archives/000007_starteam_woes.html
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)