Hi, I am a capistrano noob and would really like to get this going.
I have my local dev environment, which is also where I host my svn repository. Generally, from my local machine, I access svn via the file:/// protocol. I tried adding this to my deploy.rb file: set :repository, file:///svnrepository/trunk and running rake deploy and get the following: svn: Unable to open repository 'file:///svnrepository/app/trunk' So, I tried firing up svnserve -d and modifying my deploy.rb to the following: set :repository, "svn+ssh://localhost/svnrepository/app/trunk" Now, when I run rake deploy I get the following error: ssh: connect to host localhost port 22: Connection refused Any ideas on how I can run with a local svn repository and deploy to a remote server? Thanks, Scott --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
