Commit Graph

14 Commits (6d00756863cc71cf0058455894f38514d9cab347)

Author SHA1 Message Date
James Cammarata 973b29e624 Fix incorrect version_added value in docstring for subversion export param 11 years ago
Gael Pasgrimaud 9ca9f270d9 Fix a typo in the subversion module documentation 11 years ago
James Cammarata 98c62f6b1c Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export 11 years ago
Chris Church 0e955832d7 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 d2125192b2 Adding example for svn export 11 years ago
René Moser 587103e564 subversion: use LANG=C to prevent regex failures
Fixes bug GH-5549.
11 years ago
Baptiste Lafontaine 7cc911f7ba Adding 'export' option to subversion module (to export instead of checkout) 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
James Tanner 1a9a6da4f7 fix docstring indentation on scc modules 11 years ago
Skylar Saveland d7e5fcf30f add executable option to subversion module 11 years ago
Steve Fox cf0ffda163 Elaborate on capabilities of subversion module 11 years ago
Stephen Fromm 544bcfb30d 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 3404a0fc16 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 cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago