I've recently been looking in to moving some of my SVN repositories over to Beanstalk - it looks like a great little app and looks like it could be very useful.
I've got a quick question about SVN+SSH checkout with Beanstalk.
With my current setup I use Capistrano to deploy my Rails apps and that uses SVN+SSH to checkout the latest revision of my code.
It looks something like this "svn+ssh://
user@domain.com/~/svn/repository/trunk"
Does Beanstalk allow this kind of access, and if not do you have any suggestions as to how I might configure Capistrano to work with your set up?
Thanks,
Mike.