Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: ansible subversion module fails on an unchanged working copy #29993

Closed
ansibot opened this issue Sep 12, 2017 · 6 comments
Closed

Bug: ansible subversion module fails on an unchanged working copy #29993

ansibot opened this issue Sep 12, 2017 · 6 comments
Labels
affects_1.9 This issue/PR affects Ansible v1.9 bug This issue/PR relates to a bug. module This issue/PR relates to a module. source_control Source-control category support:core This issue/PR relates to code supported by the Ansible Engineering Team.

Comments

@ansibot
Copy link
Contributor

ansibot commented Sep 12, 2017

From @Petrox on 2015-11-23T09:19:01Z

ISSUE TYPE

Bug Report

COMPONENT NAME

subversion module

ANSIBLE VERSION

ansible 1.9.4

SUMMARY

Scenario:

  • checkout a repo with externals in it
  • no change on the remote or locally
  • not a single bit of change on either side(!)
  • rerun ansible

{{{
msg: ERROR: modified files exist in the repository.
}}}

This is clearly a bug (at least the message is, as there are no modified files nowhere), also it makes subversion module unusable.

ubuntu 14.04
ansible 1.9.4
subversion 1.8.8 (r1568071)

Copied from original issue: ansible/ansible-modules-core#2514

@ansibot
Copy link
Contributor Author

ansibot commented Sep 12, 2017

From @rbu on 2015-11-23T09:19:01Z

confirmed, I have the same problem.

@ansibot ansibot added the affects_2.3 This issue/PR affects Ansible v2.3 label Sep 12, 2017
@ansibot
Copy link
Contributor Author

ansibot commented Sep 12, 2017

From @Petrox on 2015-11-23T09:19:01Z

@rbu:
At least this is heading to the docs. 😞

ansible/ansible-modules-core#2516

@ansibot
Copy link
Contributor Author

ansibot commented Sep 12, 2017

From @Petrox on 2015-11-23T09:19:01Z

Also this problem might have common reasons with #471

@ansibot
Copy link
Contributor Author

ansibot commented Sep 12, 2017

@ansibot Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information.

Here are the items we could not find in your description:

  • issue type
  • ansible version
  • component name

Please set the description of this issue with this template:
https://raw.githubusercontent.com/ansible/ansible/devel/.github/ISSUE_TEMPLATE.md

click here for bot help

@ansibot ansibot added needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Sep 12, 2017
@jctanner jctanner added affects_1.9 This issue/PR affects Ansible v1.9 and removed affects_2.3 This issue/PR affects Ansible v2.3 labels Sep 13, 2017
@ansibot ansibot added bug_report module This issue/PR relates to a module. and removed needs_info This issue requires further information. Please answer any outstanding questions. needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly. labels Sep 13, 2017
@ansibot ansibot added bug This issue/PR relates to a bug. and removed bug_report labels Mar 1, 2018
@ansibot ansibot added the source_control Source-control category label Feb 17, 2019
@ansibot ansibot added the needs_triage Needs a first human triage before being processed. label May 16, 2020
@mkrizek mkrizek removed the needs_triage Needs a first human triage before being processed. label May 18, 2020
@s-hertel
Copy link
Contributor

It looks like this is due to the svn externals. There's been a note added to the documentation that this isn't supported: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/subversion_module.html#notes

@samdoran
Copy link
Contributor

The documentation was added in ansible/ansible-modules-core#2516.

@ansible ansible locked and limited conversation to collaborators Jul 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_1.9 This issue/PR affects Ansible v1.9 bug This issue/PR relates to a bug. module This issue/PR relates to a module. source_control Source-control category support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

No branches or pull requests

5 participants