Commit Graph

16 Commits (c56ce4c913a4aa59da3b1d5aa5ee18717030e54c)

Author SHA1 Message Date
James Cammarata 8e111fe82e Cleanup subversion module documentation in regards to export 10 years ago
James Cammarata e85c7f848f Make sure export param for subversion module is checked as a boolean
Fixes #7548
10 years ago
James Cammarata 26ce8dac27 Fix incorrect version_added value in docstring for subversion export param 11 years ago
Gael Pasgrimaud 1fc4b89e64 Fix a typo in the subversion module documentation 11 years ago
James Cammarata 19c92b3a42 Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export 11 years ago
Chris Church 5c2c29e71f Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly. 11 years ago
Baptiste Lafontaine 22468e9455 Adding example for svn export 11 years ago
René Moser 0f2bc0dad8 subversion: use LANG=C to prevent regex failures
Fixes bug GH-5549.
11 years ago
Baptiste Lafontaine bc14ced48d Adding 'export' option to subversion module (to export instead of checkout) 11 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
James Tanner b98ab745f1 fix docstring indentation on scc modules 11 years ago
Skylar Saveland b339485da8 add executable option to subversion module 11 years ago
Steve Fox bd48251b34 Elaborate on capabilities of subversion module 11 years ago
Stephen Fromm cc58403e48 Apply consistent parameter alises to hg and subversion
For issue #3372, apply consistent parameter aliases to source_control
modules.  For hg, add name and version and add to documentation string.
For subversion, add version and document version and name aliases in
documentation string.
11 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
11 years ago
Michael DeHaan 391fb98ee2 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago