community.general/lib/ansible/modules/source_control
Rob Emery 41db45ac33 Subversion: Only fire changed when content has changed (#41036)
* Previously when checking out a subdirectory, if changes are made in the
repository that aren't present in the subdirectory (i.e. in a different
branch or similiar) then the changes handler still kicks in even though
the content of this working copy hasn't necessarily changed. Now we parse
the output of svn update and fire if anything changes at all.

* Previously when checking out a subdirectory, if changes are made in the
repository that aren't present in the subdirectory (i.e. in a different
branch or similiar) then the changes handler still kicks in even though
the content of this working copy hasn't necessarily changed. Now we parse
the output of svn update and svn switch, firing if anything changes at all.

* Should not be executable

* ==None doesn't do what I want, is None does
2018-09-04 19:59:16 -04:00
..
__init__.py
bzr.py Fix duplicate type keyword 2017-11-06 14:10:17 +01:00
git.py doc: fixes the the repetitions (#43937) 2018-08-22 21:53:30 +02:00
git_config.py Clean up BOTMETA.yml (#44574) 2018-08-24 19:43:35 -04:00
github_deploy_key.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
github_hooks.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
github_issue.py Fix case (#40272) 2018-05-16 19:51:55 -04:00
github_key.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
github_release.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
gitlab_deploy_key.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
gitlab_group.py Fixed typo in gitlab_group (#41349) 2018-07-23 22:20:36 +05:30
gitlab_hooks.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
gitlab_project.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
gitlab_user.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
hg.py PEP8 fixes: Ansible source_control module (#32323) 2017-11-06 14:00:33 +01:00
subversion.py Subversion: Only fire changed when content has changed (#41036) 2018-09-04 19:59:16 -04:00