On 3/20/07, Scott <[EMAIL PROTECTED]> wrote:
>
> 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

Is sshd running on localhost?

James

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to