svn
Description
manage a svn repo
Parameters
path
(required ): the path to checkout the repoexample: /var/www/html/mysite/
repo
(required): the svn repository uriexample: file://local/filesystem/path http://[user@]host[:port][path] https://[user@]host[:port][path] svn://[user@]host[:port][path] svn+ssh://[user@]host[:port][path]
revision
(optional): the revision to checkoutexample: HEAD, BASE, COMMITED, PREV, etc,. (ref: [Revision Specifiers](http://svnbook.red-bean.com/en/1.7/svn.tour.revs.specifiers.html))
username
(optional): the username of the svn serverpassword
(optional): the password of the svn userforce
(optional): force the checkout if there is conflict, by defaultfalse
user
(optional): the username that performs the operation, by defaultroot