ansible.subversion(3) - Linux man page

Name

subversion - Deploys a subversion repository.

Description

Deploy given repository URL / revision to dest.

Options

dest

Absolute path where the repository should be deployed.(required)

force

If yes, modified files will be discarded. If no, module will fail if it encounters modified files. Choices: yes,no. (default: yes

password
--password parameter passed to svn.
repo

The subversion URL to the repository.(required)

revision
Specific revision to checkout. (default: HEAD)
username
--username parameter passed to svn.."

Notes

Requres svn to be installed on the client.

Examples

Checkout subversion repository to specified folder.

subversion: repo=svn+ssh://an.example.org/path/to/repo dest=/src/checkout

Author

Dane Summers, njharman@gmail.com

See Also

ansible(1), http://ansible.github.com/modules.html#subversion