I am unable to find the documentation on how to set it up with SVN. Am I missing something? I have tried in my deploy.php file:
require 'recipe/common.php';
server('ec2', 'server')
    ->user('user')
    ->pemFile('key.pem')
    ->env('deploy_path', '/var/www/website'); 
set('repository', 'http://user:password@x.x.x.x/repos/branches/development/');
I think that that is looking for a git file though. Can you help please?
Many thanks!