In Brief
Required parameters: dest
Optional parameters: repo, rev, user, password
Checkout / update (checkup) is relatively simple. If repo and dest are provided, a working copy will be checked out or updated. If repo is not provided, then there must be a working copy in dest; it’ll be updated. If both repo and dest are provided, and that repo differs from URL of the working copy at dest, an svn switch is issued.
New (clean) pull request: https://github.com/ansible/ansible/pull/550