1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge pull request #163 from marcovtwout/patch-1

Document new option `svn_revision`
This commit is contained in:
Matt Brictson 2016-02-26 08:45:22 -08:00
commit 7e9f4f1d88

View file

@ -77,6 +77,10 @@ The following variables are settable:
* `:svn_password`
* When using :svn, provides the password for authentication.
* `:svn_revision`
* **New in version 3.5**
* When using :svn, set the specific revision number you want to deploy.
* `:repo_path`
* **default:** `-> { "#{fetch(:deploy_to)}/repo" }`
* The path on the remote server where the repository should be placed.