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
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
github_hooks.py
github_issue.py
github_key.py
github_release.py
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
gitlab_user.py
hg.py
subversion.py Subversion: Only fire changed when content has changed (#41036) 2018-09-04 19:59:16 -04:00