[
https://issues.apache.org/jira/browse/SCM-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961787#comment-17961787
]
ASF GitHub Bot commented on SCM-493:
------------------------------------
jira-importer opened a new issue, #705:
URL: https://github.com/apache/maven-scm/issues/705
**[Mark
Struberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=struberg)**
opened
**[SCM-493](https://issues.apache.org/jira/browse/SCM-493?redirect=false)** and
commented
A scm:checkin results in bazaar doing the following things
* add
* commit
* push
But the push fails currently if there are other local modifications in the
repository
```
bzr: ERROR: Working tree
"/home/msx/develop/java/maven2/maven-scm/maven-scm-providers/maven-scm-provider-bazaar/target/scm-test/working-copy/"
has uncommitted changes (See bzr status). Use --no-strict to force the push.
```
So we should use the mentioned --no-strict option for the push
---
**Affects:** 1.2
> bazaar scm:checkin fails to push if there are other local modifications
> -----------------------------------------------------------------------
>
> Key: SCM-493
> URL: https://issues.apache.org/jira/browse/SCM-493
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-bazaar
> Affects Versions: 1.2
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Priority: Major
> Fix For: 1.3
>
>
> A scm:checkin results in bazaar doing the following things
> * add
> * commit
> * push
> But the push fails currently if there are other local modifications in the
> repository
> {noformat}
> bzr: ERROR: Working tree
> "/home/msx/develop/java/maven2/maven-scm/maven-scm-providers/maven-scm-provider-bazaar/target/scm-test/working-copy/"
> has uncommitted changes (See bzr status). Use --no-strict to force the push.
> {noformat}
> So we should use the mentioned --no-strict option for the push
--
This message was sent by Atlassian Jira
(v8.20.10#820010)